Skip to content
Snippets Groups Projects
Verified Commit b15cdb39 authored by Josch Morgenstern's avatar Josch Morgenstern
Browse files

[#109] set jobs to 4

parent f6052431
No related branches found
No related tags found
1 merge request!92Resolve "CI multithreading"
Pipeline #26880 passed
......@@ -23,7 +23,7 @@ build_ubuntu_gcc:
- mkdir debug
- cd debug
- cmake -DCMAKE_BUILD_TYPE=Debug ..
- cmake --build .
- cmake --build . -j 4
artifacts:
name: "Documentation - $CI_PIPELINE_ID"
paths:
......@@ -49,7 +49,7 @@ build_win10_msvc:
- mkdir debug
- cd debug
- cmake -DCMAKE_BUILD_TYPE=Debug ..
- cmake --build .
- cmake --build . -j 4
build_win10_mingw:
only:
......@@ -85,7 +85,7 @@ build_mac_clang:
- export LDFLAGS="-L/usr/local/opt/llvm/lib"
- export CPPFLAGS="-I/usr/local/opt/llvm/include"
- cmake -DCMAKE_C_COMPILER="/usr/local/opt/llvm/bin/clang" -DCMAKE_CXX_COMPILER="/usr/local/opt/llvm/bin/clang++" -DCMAKE_BUILD_TYPE=Debug ..
- cmake --build .
- cmake --build . -j 4
deploy_doc_develop:
only:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment