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

CI: make -j2

parent 046d6008
No related branches found
No related tags found
2 merge requests!18Release after RAL,!17After 2nd RAL submission
...@@ -49,8 +49,8 @@ ...@@ -49,8 +49,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 -j$(nproc) - make -j2
- ctest -j$(nproc) - ctest -j2
- make install - make install
- cd ../.. - cd ../..
...@@ -58,8 +58,8 @@ ...@@ -58,8 +58,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 -j$(nproc) - make -j2
- ctest -j$(nproc) - ctest -j2
- make install - make install
############ UBUNTU 16.04 TESTS ############ ############ UBUNTU 16.04 TESTS ############
......
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