ros2_tracing/.gitlab-ci.yml
Ingo Lütkebohle 2a1d2db8f0 Ci reporting
2019-06-17 14:50:07 +00:00

32 lines
520 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
- build
reports:
junit: build/**/Test.xml
build_enabled:
script:
- colcon build --cmake-args -DWITH_LTTNG=ON
- colcon test
artifacts:
paths:
- install
- build
reports:
junit: build/**/Test.xml