The prepared workspace is in a different place.

Also do the fix from #22 to actually check if tests are successful.
This commit is contained in:
Ingo Lütkebohle 2019-07-05 09:16:24 +00:00
parent 49d0f2a8ff
commit 49d793bd8f

View file

@ -13,8 +13,11 @@ build_enabled:
script: script:
- lttng-sessiond --daemonize - lttng-sessiond --daemonize
- pwd - pwd
- . /root/ws/install/local_setup.sh
- colcon build --symlink-install --cmake-args " -DWITH_LTTNG=ON" --packages-up-to $PACKAGES_LIST - 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
- colcon test-result
artifacts: artifacts:
paths: paths:
- install - install