ros2_tracing/.gitlab-ci.yml
2019-06-19 14:09:01 +00:00

30 lines
510 B
YAML

image: ros:dashing-ros-base
variables:
DOCKER_DRIVER: overlay2
before_script:
- apt update
- rosdep update
- rosdep install -y --from-paths . -i .
- ln -s src
build:
script:
- colcon build
- colcon test
artifacts:
paths:
- install
reports:
junit: build/*/Testing/*/Test.xml
build_enabled:
script:
- colcon build --cmake-args -DWITH_LTTNG=ON
- colcon test
artifacts:
paths:
- install
reports:
junit: build/*/Testing/*/Test.xml