ci: Expose meson's Junit test results to gitlab
Turns out meson has been generated Junit XML files of its test results since 0.55 ... Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1937>
This commit is contained in:
parent
06c4929493
commit
4bbbee4dd6
@ -215,6 +215,8 @@ test:
|
|||||||
expire_in: 1 day
|
expire_in: 1 day
|
||||||
paths:
|
paths:
|
||||||
- build/meson-logs/testlog.txt
|
- build/meson-logs/testlog.txt
|
||||||
|
reports:
|
||||||
|
junit: build/meson-logs/testlog.junit.xml
|
||||||
when: on_failure
|
when: on_failure
|
||||||
|
|
||||||
test-coverity:
|
test-coverity:
|
||||||
|
Loading…
Reference in New Issue
Block a user