# Until we have a VM with full access, we cannot run the test suite runner
SKIP_LIBINPUT_TEST_SUITE_RUNNER:1
# udev isn't available/working properly in the containers
UDEV_NOT_AVAILABLE:1
GIT_DEPTH:1
...
...
@@ -105,6 +104,7 @@ variables:
-meson "$MESON_BUILDDIR" $MESON_ARGS
-meson configure "$MESON_BUILDDIR"
-ninja -C "$MESON_BUILDDIR" $NINJA_ARGS
-if test x"$MESON_TEST_ARGS" != "x"; then echo "Running meson test -C \"$MESON_BUILDDIR\" $MESON_TEST_ARGS"; meson test -C "$MESON_BUILDDIR" $MESON_TEST_ARGS; fi