mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-01-06 09:30:11 +01:00
Gitlab CI: run the tests through valgrind on the f28 box
We don't run it on all machines, valgrind fails right now on arch because of a memleak in bash itself. To avoid having CI failures that aren't our fault, only run on F28 because that's the one I'm tracking. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
01d2e38bf4
commit
3bdeae5adb
1 changed files with 10 additions and 0 deletions
|
|
@ -587,6 +587,16 @@ fedora:28@scan-build:
|
|||
- echo "Check scan-build results"
|
||||
- /bin/false
|
||||
|
||||
fedora:28@valgrind:
|
||||
<<: *fedora_28_template
|
||||
variables:
|
||||
FEDORA_VERSION: 28
|
||||
script:
|
||||
- rm -rf $MESON_BUILDDIR
|
||||
- meson $MESON_BUILDDIR $MESON_PARAMS
|
||||
- meson configure $MESON_BUILDDIR
|
||||
- meson test -C "$MESON_BUILDDIR" --setup=valgrind
|
||||
|
||||
#
|
||||
# Ubuntu
|
||||
#
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue