Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mobile_robotics
wolf_projects
wolf_lib
plugins
vision
Commits
9fc748e6
Commit
9fc748e6
authored
May 04, 2022
by
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
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
9fc748e6
...
...
@@ -101,7 +101,7 @@ stages:
-
cd $CI_PROJECT_DIR
-
mkdir -pv build
-
cd build
-
cmake -DCMAKE_BUILD_TYPE=release -DBUILD_TESTS=ON -DBUILD_DEMOS=O
N
..
-
cmake -DCMAKE_BUILD_TYPE=release -DBUILD_TESTS=ON -DBUILD_DEMOS=O
FF
..
-
make -j$(nproc)
-
ctest -j$(nproc)
-
make install
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment