Print LTTng version before building

Signed-off-by: Christophe Bedard <bedard.christophe@gmail.com>
This commit is contained in:
Christophe Bedard 2021-04-27 18:30:46 -04:00
parent 7d7bf6be42
commit b3828f016e

View file

@ -35,6 +35,7 @@ build:
image: $BASE_IMAGE_ID:$DISTRO
<<: *before_script_build
script:
- lttng --version && apt list lttng-tools liblttng-ust-dev python3-lttng python3-babeltrace
- colcon build --symlink-install --event-handlers console_cohesion+ --packages-up-to $PACKAGES_LIST
<<: *build_artifacts