Re-order CI script commands

This commit is contained in:
Christophe Bedard 2019-06-25 12:04:27 +02:00
parent 126dc2af86
commit 342c6e7e35

View file

@ -5,9 +5,9 @@ variables:
PACKAGES_LIST: ros2trace tracetools tracetools_launch tracetools_read tracetools_test tracetools_trace
before_script:
- apt-get update
- vcs import < instrumentation.repos
- vcs import < ci_source_deps.repos
- apt-get update
- apt-get install --no-install-recommends -y libasio-dev libtinyxml2-dev
- rosdep update
- export RTI_NC_LICENSE_ACCEPTED=yes