Skip to content
Snippets Groups Projects
Commit 5fa29c2e authored by Joan Vallvé Navarro's avatar Joan Vallvé Navarro
Browse files

CI: make -j2

parent 33d86567
No related branches found
No related tags found
2 merge requests!28release after RAL,!27After 2nd RAL submission
...@@ -32,8 +32,8 @@ ...@@ -32,8 +32,8 @@
- mkdir -pv build - mkdir -pv build
- cd build - cd build
- cmake -DCMAKE_BUILD_TYPE=release -DBUILD_EXAMPLES=ON -DBUILD_TESTS=ON .. - cmake -DCMAKE_BUILD_TYPE=release -DBUILD_EXAMPLES=ON -DBUILD_TESTS=ON ..
- make - make -j2
- ctest - ctest -j2
- 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