Manually install python3-babeltrace and python3-lttng in CI setup

This commit is contained in:
Christophe Bedard 2019-06-25 13:28:59 +02:00
parent dc79af9c84
commit 7a4fda5161

View file

@ -9,6 +9,7 @@ before_script:
- vcs import < ci_source_deps.repos
- apt-get update
- apt-get install --no-install-recommends -y libasio-dev libtinyxml2-dev
- apt-get install python3-lttng python3-babeltrace
- rosdep update
- export RTI_NC_LICENSE_ACCEPTED=yes
- rosdep install --from-paths . --ignore-src --rosdistro dashing -y --skip-keys "console_bridge fastcdr fastrtps libopensplice67 libopensplice69 rti-connext-dds-5.3.1 urdfdom_headers"