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

Update .gitlab-ci.yml file

parent 252d3bd6
No related branches found
No related tags found
2 merge requests!30Release after RAL,!29After 2nd RAL submission
...@@ -140,7 +140,7 @@ stages: ...@@ -140,7 +140,7 @@ stages:
- cd build - cd build
- cmake -DCMAKE_BUILD_TYPE=release -DBUILD_TESTS=ON .. - cmake -DCMAKE_BUILD_TYPE=release -DBUILD_TESTS=ON ..
- make -j$(nproc) - make -j$(nproc)
- ctest - ctest -j$(nproc)
- make install - make install
############ LICENSE HEADERS ############ ############ LICENSE HEADERS ############
......
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