CI: collect valgrind log files too

Part-of: <https://gitlab.freedesktop.org/libinput/libinput/-/merge_requests/1067>
This commit is contained in:
Peter Hutterer 2024-10-21 13:35:00 +10:00 committed by Marge Bot
parent 4a98e273a4
commit 74af5cfb9c
2 changed files with 2 additions and 0 deletions

View file

@ -130,6 +130,7 @@ variables:
expire_in: 1 week
paths:
- $MESON_BUILDDIR/meson-logs
- $MESON_BUILDDIR/valgrind.*.log
reports:
junit: $MESON_BUILDDIR/*junit*.xml

View file

@ -118,6 +118,7 @@ variables:
expire_in: 1 week
paths:
- $MESON_BUILDDIR/meson-logs
- $MESON_BUILDDIR/valgrind.*.log
reports:
junit: $MESON_BUILDDIR/*junit*.xml