From d68eb2b54eeb72b6fc68b2010e08e3ad05cf609f Mon Sep 17 00:00:00 2001 From: Christophe Bedard Date: Thu, 11 Jul 2019 10:07:26 +0200 Subject: [PATCH] Remove cmake-arg in call to colcon build --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6aedc32..666e3a6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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