Make use of full source CI base image
This commit is contained in:
parent
5b8d27e720
commit
e24ea3da87
1 changed files with 3 additions and 5 deletions
|
@ -4,12 +4,10 @@ variables:
|
||||||
DOCKER_DRIVER: overlay2
|
DOCKER_DRIVER: overlay2
|
||||||
PACKAGES_LIST: tracetools_analysis
|
PACKAGES_LIST: tracetools_analysis
|
||||||
|
|
||||||
|
build:
|
||||||
before_script:
|
before_script:
|
||||||
- git clone https://gitlab.com/micro-ROS/ros_tracing/ros2_tracing.git
|
- 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
|
- . /root/ws/install/local_setup.sh
|
||||||
|
|
||||||
build:
|
|
||||||
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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue