Update .gitlab-ci.yml

This commit is contained in:
Ingo Lütkebohle 2019-07-05 08:24:51 +00:00
parent 7900e613b8
commit 49d0f2a8ff

View file

@ -12,7 +12,8 @@ build_enabled:
image: $base_image_id image: $base_image_id
script: script:
- lttng-sessiond --daemonize - lttng-sessiond --daemonize
- . install/local_setup.sh && colcon build --symlink-install --cmake-args " -DWITH_LTTNG=ON" --packages-up-to $PACKAGES_LIST - pwd
- colcon build --symlink-install --cmake-args " -DWITH_LTTNG=ON" --packages-up-to $PACKAGES_LIST
- . install/local_setup.sh && colcon test --packages-select $PACKAGES_LIST - . install/local_setup.sh && colcon test --packages-select $PACKAGES_LIST
artifacts: artifacts:
paths: paths: