Skip to content
Snippets Groups Projects
Commit 6668dc1a authored by Riccardo Maria Bianchi's avatar Riccardo Maria Bianchi :sunny:
Browse files

CI: set '-j2' for build

parent 249b6cca
No related branches found
No related tags found
1 merge request!2CI: set Ubuntu and macOS pipelines for the new monorepo
...@@ -86,7 +86,7 @@ variables: ...@@ -86,7 +86,7 @@ variables:
- mkdir build - mkdir build
- cd build - cd build
- cmake ${CMAKE_ARGS} ${CMAKE_EXTRA_FLAGS} .. - cmake ${CMAKE_ARGS} ${CMAKE_EXTRA_FLAGS} ..
- cmake --build . #-- -j - cmake --build . -- -j2 # using too many threads will cause weird compilation errors on the Ubuntu docker images...
- cmake --build . -- install - cmake --build . -- install
artifacts: artifacts:
paths: paths:
......
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