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

CI: variable WOLF_N_PROC

parent 28e5307f
No related branches found
No related tags found
2 merge requests!28release after RAL,!27After 2nd RAL submission
......@@ -34,8 +34,8 @@
- mkdir -pv build
- cd build
- cmake -DCMAKE_BUILD_TYPE=release -DBUILD_EXAMPLES=ON -DBUILD_TESTS=ON ..
- make -j2
- ctest -j2
- make -j$WOLF_N_PROC
- ctest -j$WOLF_N_PROC
- make install
- cd ../..
......@@ -52,8 +52,8 @@
- mkdir -pv build
- cd build
- cmake -DCMAKE_BUILD_TYPE=release -DBUILD_EXAMPLES=ON -DBUILD_TESTS=ON ..
- make -j2
- ctest -j2
- make -j$WOLF_N_PROC
- ctest -j$WOLF_N_PROC
- make install
- cd ../..
......@@ -61,8 +61,8 @@
- mkdir -pv build
- cd build
- cmake -DCMAKE_BUILD_TYPE=release -DBUILD_EXAMPLES=ON -DBUILD_TESTS=ON ..
- make -j2
- ctest -j2
- make -j$WOLF_N_PROC
- ctest -j$WOLF_N_PROC
- make install
############ 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