Skip to content
Snippets Groups Projects
Commit b7631be6 authored by Mederic Fourmy's avatar Mederic Fourmy
Browse files

Do not build demos on CI

parent 85af96d3
No related branches found
No related tags found
2 merge requests!36After cmake and const refactor,!35Do not build demos on CI
......@@ -101,7 +101,7 @@ stages:
- cd $CI_PROJECT_DIR
- mkdir -pv build
- cd build
- cmake -DCMAKE_BUILD_TYPE=release -DBUILD_TESTS=ON -DBUILD_DEMOS=ON ..
- cmake -DCMAKE_BUILD_TYPE=release -DBUILD_TESTS=ON -DBUILD_DEMOS=OFF ..
- make -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