Merge branch '27-make-ci-config-use-colcon-meta-file' into 'master'
Resolve "Make CI config use colcon.meta file" Closes #27 See merge request micro-ROS/ros_tracing/ros2_tracing!57
This commit is contained in:
commit
bdcf79aebd
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ build_enabled:
|
|||
- rosdep install --from-paths . -i . -i /root/ws --rosdistro dashing -y
|
||||
- lttng-sessiond --daemonize
|
||||
- . /root/ws/install/local_setup.sh
|
||||
- colcon build --symlink-install --cmake-args " -DWITH_LTTNG=ON" --packages-up-to $PACKAGES_LIST
|
||||
- colcon build --symlink-install --packages-up-to $PACKAGES_LIST
|
||||
- . install/local_setup.sh
|
||||
- colcon test --packages-select $PACKAGES_LIST
|
||||
- colcon test-result
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue