Update CI config for build job

This commit is contained in:
Christophe Bedard 2019-07-25 09:03:39 +02:00
parent 32717cb806
commit 1e863006ab

View file

@ -32,7 +32,7 @@ build_enabled:
build: build:
script: script:
- colcon build --symlink-install --packages-up-to $PACKAGES_LIST - colcon build --symlink-install --cmake-args " -DTRACETOOLS_DISABLED=ON" --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