Make use of full source CI base image

This commit is contained in:
Christophe Bedard 2019-10-13 13:29:39 -07:00
parent 5b8d27e720
commit e24ea3da87

View file

@ -4,12 +4,10 @@ variables:
DOCKER_DRIVER: overlay2 DOCKER_DRIVER: overlay2
PACKAGES_LIST: tracetools_analysis PACKAGES_LIST: tracetools_analysis
before_script:
- git clone https://gitlab.com/micro-ROS/ros_tracing/ros2_tracing.git
- rosdep install --from-paths . -i . -i /root/ws --rosdistro dashing -y
- . /root/ws/install/local_setup.sh
build: build:
before_script:
- git clone https://gitlab.com/micro-ROS/ros_tracing/ros2_tracing.git
- . /root/ws/install/local_setup.sh
script: script:
- 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