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

Merge branch '19-building-a-new-visual-odometry-system' into 'devel'

Do not build demos on CI

Closes #19

See merge request !35
parents 4ee32a4d b7631be6
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: ...@@ -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 -DBUILD_DEMOS=ON .. - cmake -DCMAKE_BUILD_TYPE=release -DBUILD_TESTS=ON -DBUILD_DEMOS=OFF ..
- 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