summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2023-01-05 09:35:40 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2023-01-05 10:25:02 +1000
commit427af9d2488a8289dd4ef81ec562c7636bdb18a5 (patch)
tree567bf9a98f3c4be502aa76e81eedf9b34bb82396 /.gitlab-ci.yml
parent6d0d778e59940953a16c209e7d2541e3247e8556 (diff)
meson.build: add the tests that need uinput into a needs-uinput suite
This way we can skip it all by meson test --no-suite=needs-uinput Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 892e0c7..c113ae7 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -842,4 +842,7 @@ autotools-from-tarball:
- popd > /dev/null
- popd > /dev/null
- ls -lR $INSTALLDIR
+ variables:
+ LIBEVDEV_SKIP_ROOT_TESTS: 1
+
needs: ['fedora:35@container-prep']