Merge branch 'fail-ci-jobs-if-tests-fail' into analysis

This commit is contained in:
Christophe Bedard 2019-07-05 13:17:51 +02:00
commit d9be91dc24

View file

@ -11,6 +11,7 @@ build:
script: script:
- colcon build --symlink-install --packages-up-to $PACKAGES_LIST - colcon build --symlink-install --packages-up-to $PACKAGES_LIST
- colcon test --packages-select $PACKAGES_LIST - colcon test --packages-select $PACKAGES_LIST
- colcon test-result
artifacts: artifacts:
paths: paths:
- install - install