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: artifacts:
paths: paths:
- install - install
- build
reports:
junit: build/**/Test.xml
build_enabled: build_enabled:
script: script:
@ -24,3 +27,6 @@ build_enabled:
artifacts: artifacts:
paths: paths:
- install - install
- build
reports:
junit: build/**/Test.xml