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

Update .gitlab-ci.yml file

parent 304db252
No related branches found
No related tags found
2 merge requests!26RElease after RAL,!25Hotfix
...@@ -101,7 +101,7 @@ stages: ...@@ -101,7 +101,7 @@ stages:
- cd $CI_PROJECT_DIR - cd $CI_PROJECT_DIR
- mkdir -pv build - mkdir -pv build
- cd build - cd build
- cmake -DCMAKE_BUILD_TYPE=release -DBUILD_TESTS=ON .. - cmake -DCMAKE_BUILD_TYPE=release -DBUILD_TESTS=ON -DBUILD_DEMOS=ON ..
- make -j$(nproc) - make -j$(nproc)
- ctest -j$(nproc) - ctest -j$(nproc)
- make install - 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