Skip to content
Snippets Groups Projects
Commit 2c040bf1 authored by Joaquim Casals Buñuel's avatar Joaquim Casals Buñuel
Browse files

Added more threads for CI job

parent 0df976dd
No related branches found
No related tags found
No related merge requests found
Pipeline #3348 passed
...@@ -66,5 +66,5 @@ wolf_build_and_test: ...@@ -66,5 +66,5 @@ wolf_build_and_test:
- cd build - cd build
- ls # we can check whether the directory was already full - ls # we can check whether the directory was already full
- cmake -DCMAKE_BUILD_TYPE=release -DBUILD_EXAMPLES=ON -DBUILD_TESTS=ON .. - cmake -DCMAKE_BUILD_TYPE=release -DBUILD_EXAMPLES=ON -DBUILD_TESTS=ON ..
- make - make -j$(nproc)
- ctest - ctest
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