ci: Use JUnit reports from Meson
Meson has been generating Junit XML files of its test results since 0.55, so we can use that to show the test results in the GitLab UI.
This commit is contained in:
parent
28f48e0208
commit
bdc9986d1c
1 changed files with 4 additions and 0 deletions
|
@ -250,6 +250,10 @@ test:
|
|||
ninja dist -C _build
|
||||
fi
|
||||
|
||||
artifacts:
|
||||
reports:
|
||||
junit: "_build/meson-logs/testlog.junit.xml"
|
||||
|
||||
except:
|
||||
variables:
|
||||
- $CI_PIPELINE_SOURCE == "schedule"
|
||||
|
|
Loading…
Add table
Reference in a new issue