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

CI: variable $WOLF_N_PROC

parent 2744faf8
No related branches found
No related tags found
No related merge requests found
Pipeline #7257 failed
......@@ -2,8 +2,8 @@
- mkdir -pv build
- cd build
- cmake -DCMAKE_BUILD_TYPE=release -DBUILD_DEMOS=ON -DBUILD_TESTS=ON ..
- make -j$(nproc)
- ctest -j$(nproc)
- make -j$WOLF_N_PROC
- ctest -j$WOLF_N_PROC
# run demos
- ../bin/hello_wolf
- ../bin/hello_wolf_autoconf
......
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