Check tracetools status in CI jobs

This commit is contained in:
Christophe Bedard 2019-07-25 11:15:13 +02:00
parent 2af66ddfeb
commit abfa1c066b

View file

@ -26,6 +26,7 @@ build_enabled:
- lttng-sessiond --daemonize - lttng-sessiond --daemonize
- colcon build --symlink-install --packages-up-to $PACKAGES_LIST - colcon build --symlink-install --packages-up-to $PACKAGES_LIST
- . install/local_setup.sh - . install/local_setup.sh
- ./build/tracetools/status
- colcon test --packages-select $PACKAGES_LIST - colcon test --packages-select $PACKAGES_LIST
- colcon test-result - colcon test-result
<<: *global_artifacts <<: *global_artifacts
@ -34,6 +35,7 @@ build:
script: script:
- colcon build --symlink-install --cmake-args " -DTRACETOOLS_DISABLED=ON" --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
- (! ./build/tracetools/status)
- colcon test --packages-select $PACKAGES_LIST - colcon test --packages-select $PACKAGES_LIST
- colcon test-result - colcon test-result
<<: *global_artifacts <<: *global_artifacts