Skip to content
Snippets Groups Projects
Commit 2b482deb authored by Joan Solà Ortega's avatar Joan Solà Ortega
Browse files

Update .gitlab-ci.yml with make -j$(nproc) for all builds

parent 2c3311e4
No related branches found
No related tags found
No related merge requests found
Pipeline #4087 passed
...@@ -29,6 +29,7 @@ before_script: ...@@ -29,6 +29,7 @@ before_script:
- cd build - cd build
- ls - ls
- cmake -DCMAKE_CXX_FLAGS="${CMAKE_CXX_FLAGS} -fPIC" -DSPDLOG_BUILD_TESTING=OFF .. - cmake -DCMAKE_CXX_FLAGS="${CMAKE_CXX_FLAGS} -fPIC" -DSPDLOG_BUILD_TESTING=OFF ..
- make -j$(nproc)
- make install - make install
- cd ../.. - cd ../..
...@@ -54,6 +55,7 @@ before_script: ...@@ -54,6 +55,7 @@ before_script:
- cd build - cd build
- ls - ls
- cmake -DCMAKE_CXX_FLAGS="${CMAKE_CXX_FLAGS} -fPIC" -DYAML_CPP_BUILD_TESTS=OFF .. - cmake -DCMAKE_CXX_FLAGS="${CMAKE_CXX_FLAGS} -fPIC" -DYAML_CPP_BUILD_TESTS=OFF ..
- make -j$(nproc)
- make install - make install
- cd ../.. - cd ../..
......
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