Merge branch 'ci-reporting' into 'tracetools'
Ci reporting See merge request micro-ROS/ros2_tracing!4
This commit is contained in:
commit
53530aecc5
1 changed files with 7 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue