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:
Sergio Ammirata
2026-05-17 14:20:10 -04:00
parent 2a1652cd72
commit 526b13585c
+4 -1
View File
@@ -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