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

Update .gitlab-ci.yml

parent f27ba742
No related branches found
No related tags found
No related merge requests found
...@@ -104,3 +104,4 @@ wolf_build_and_test: ...@@ -104,3 +104,4 @@ wolf_build_and_test:
- 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 -j$(nproc)
- ctest -j$(nproc) - ctest -j$(nproc)
- make install
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