Merge branch 'ci-reporting' into 'tracetools'

Ci reporting

See merge request micro-ROS/ros2_tracing!4
This commit is contained in:
Ingo Lütkebohle 2019-06-17 14:50:07 +00:00
commit 53530aecc5

View file

@ -16,6 +16,9 @@ build:
artifacts:
paths:
- install
- build
reports:
junit: build/**/Test.xml
build_enabled:
script:
@ -23,4 +26,7 @@ build_enabled:
- colcon test
artifacts:
paths:
- install
- install
- build
reports:
junit: build/**/Test.xml