Skip to content
Snippets Groups Projects
Commit 895ef3be authored by Gatien Ferret's avatar Gatien Ferret
Browse files

Merge branch 'feat/CIbuildWithSLAM' into 'master'

[feat] Enable SLAM by default in CI builds

See merge request LidarView/lidarview!153
parents 2c71b909 8962f2d7
Branches master
No related merge requests found
variables:
sb_cmake_option_ENABLE_ceres:
value: '-DENABLE_ceres=False'
value: '-DENABLE_ceres=True'
sb_cmake_option_ENABLE_nanoflann:
value: '-DENABLE_nanoflann=False'
value: '-DENABLE_nanoflann=True'
sb_cmake_option_ENABLE_pcl:
value: '-DENABLE_pcl=True'
sb_cmake_option_INTERPRETER_ENABLE_Hesai:
value: '-DINTERPRETER_ENABLE_Hesai=True'
sb_cmake_option_LIDARVIEW_BUILD_SLAM:
value: '-DLIDARVIEW_BUILD_SLAM=False'
CI_VELODYNEPRIVATE_ENABLE:
value: 'ON'
value: '-DLIDARVIEW_BUILD_SLAM=True'
include:
- project: 'LidarView/lidarview-core'
file: 'CI/.gitlab-ci-for-lidarview.yml'
......
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