ci: publish JUnit test reports from test-ubuntu
Meson writes testlog.junit.xml alongside testlog.txt on every test run. Point GitLab at it so reviewers see per-test pass/fail directly in the MR's "Tests" tab instead of fishing through job logs. The text log is still uploaded as a fallback.
This commit is contained in:
+4
-1
@@ -70,9 +70,12 @@ test-ubuntu:
|
||||
dependencies:
|
||||
- build-ubuntu
|
||||
artifacts:
|
||||
when: on_failure
|
||||
when: always
|
||||
reports:
|
||||
junit: build/meson-logs/testlog.junit.xml
|
||||
paths:
|
||||
- build/meson-logs/testlog.txt
|
||||
- build/meson-logs/testlog.junit.xml
|
||||
|
||||
# Run the cross-compiled Windows binaries (with mbedTLS, matching the
|
||||
# release configuration) under wine so the same meson test suite that
|
||||
|
||||
Reference in New Issue
Block a user