Remove cmake-arg in call to colcon build
This commit is contained in:
parent
fe13718afb
commit
d68eb2b54e
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