Remove cmake-arg in call to colcon build

This commit is contained in:
Christophe Bedard 2019-07-11 10:07:26 +02:00
parent fe13718afb
commit d68eb2b54e

View file

@ -10,7 +10,7 @@ build_enabled:
- rosdep install --from-paths . -i . -i /root/ws --rosdistro dashing -y - rosdep install --from-paths . -i . -i /root/ws --rosdistro dashing -y
- lttng-sessiond --daemonize - lttng-sessiond --daemonize
- . /root/ws/install/local_setup.sh - . /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 - . install/local_setup.sh
- colcon test --packages-select $PACKAGES_LIST - colcon test --packages-select $PACKAGES_LIST
- colcon test-result - colcon test-result