summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2022-06-13 14:07:56 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2022-06-14 13:11:14 +1000
commit2d3eee76ad6981116a534bca6f6e8503694bbb7c (patch)
tree59b1f652a210a7c5dd7ad2a920256de0eb8a3425 /.gitlab-ci.yml
parentbc363328a704b3c5e0ee2f0fcf088de67c708979 (diff)
downloadlibinput-2d3eee76ad6981116a534bca6f6e8503694bbb7c.tar.gz
gitlab CI: drop the manual meson to junit conversion
Meson supports this natively since version 0.55 which is available in all our tested distributions. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e0242882..f33c2488 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -137,7 +137,7 @@ variables:
paths:
- $MESON_BUILDDIR/meson-logs
reports:
- junit: $MESON_BUILDDIR/junit-*.xml
+ junit: $MESON_BUILDDIR/*junit*.xml
#################################################################
@@ -485,7 +485,7 @@ alpine:latest@container-clean:
- $MESON_BUILDDIR/meson-logs
- console.out
reports:
- junit: $MESON_BUILDDIR/junit-*.xml
+ junit: $MESON_BUILDDIR/*junit*.xml
# Run in a test suite. Special variables: