summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorAlex Richardson <Alexander.Richardson@cl.cam.ac.uk>2021-07-27 14:01:03 +0100
committerAlexander Richardson <alexander.richardson@cl.cam.ac.uk>2021-09-10 11:35:54 +0000
commitf1552700ce57b9e7d0a7d4067b28061dc5b9f336 (patch)
tree34c37c1d3073f4b8321aa1d54e2d7b711937e349 /.gitlab-ci.yml
parentc0e8990e65b27412c64654794cb20e79552e5ed7 (diff)
downloadwayland-f1552700ce57b9e7d0a7d4067b28061dc5b9f336.tar.gz
gitlab-ci: add junit reports to the debian builder
Signed-off-by: Alex Richardson <Alexander.Richardson@cl.cam.ac.uk>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 748e394..94d1e4c 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -226,7 +226,8 @@ armv7-debian-container_prep:
paths:
- build-*/meson-logs
- prefix-*
-
+ reports:
+ junit: build-*/meson-logs/testlog.junit.xml
# Full build and test.
x86_64-debian-build: