Skip to content
Snippets Groups Projects
Commit 8962f2d7 authored by Timothée Couble's avatar Timothée Couble
Browse files

[feat] Enable SLAM by default in CI builds

parent 2c71b909
No related branches found
No related tags found
1 merge request!153[feat] Enable SLAM by default in CI builds
Pipeline #303985 canceled
variables: variables:
sb_cmake_option_ENABLE_ceres: sb_cmake_option_ENABLE_ceres:
value: '-DENABLE_ceres=False' value: '-DENABLE_ceres=True'
sb_cmake_option_ENABLE_nanoflann: sb_cmake_option_ENABLE_nanoflann:
value: '-DENABLE_nanoflann=False' value: '-DENABLE_nanoflann=True'
sb_cmake_option_ENABLE_pcl: sb_cmake_option_ENABLE_pcl:
value: '-DENABLE_pcl=True' value: '-DENABLE_pcl=True'
sb_cmake_option_INTERPRETER_ENABLE_Hesai: sb_cmake_option_INTERPRETER_ENABLE_Hesai:
value: '-DINTERPRETER_ENABLE_Hesai=True' value: '-DINTERPRETER_ENABLE_Hesai=True'
sb_cmake_option_LIDARVIEW_BUILD_SLAM: sb_cmake_option_LIDARVIEW_BUILD_SLAM:
value: '-DLIDARVIEW_BUILD_SLAM=False' value: '-DLIDARVIEW_BUILD_SLAM=True'
CI_VELODYNEPRIVATE_ENABLE:
value: 'ON'
include: include:
- project: 'LidarView/lidarview-core' - project: 'LidarView/lidarview-core'
file: 'CI/.gitlab-ci-for-lidarview.yml' 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