Ci reporting
This commit is contained in:
parent
8e80d8b4fd
commit
2a1d2db8f0
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:
|
||||||
|
@ -23,4 +26,7 @@ build_enabled:
|
||||||
- colcon test
|
- colcon test
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- install
|
- install
|
||||||
|
- build
|
||||||
|
reports:
|
||||||
|
junit: build/**/Test.xml
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue