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

Update .gitlab-ci.yml

parent e54aa0e0
No related branches found
No related tags found
2 merge requests!39release after RAL,!38After 2nd RAL submission
...@@ -102,5 +102,5 @@ wolf_build_and_test: ...@@ -102,5 +102,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 -j$(nproc)
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