ci: Use test AT context with installed tests

Otherwise we're going to need an AT-SPI service on the session, and the
accessibility bus.
This commit is contained in:
Emmanuele Bassi
2020-10-10 01:44:31 +01:00
parent ad5277145e
commit 19eb3019fe

View File

@@ -99,6 +99,7 @@ installed-tests:
needs: []
variables:
EXTRA_MESON_FLAGS: "--prefix=/usr --libdir=/usr/lib64 -Dinstall-tests=true"
G_TEST_ACCESSIBLE: 1
script:
- meson subprojects update
- meson ${COMMON_MESON_FLAGS} ${EXTRA_MESON_FLAGS} ${BACKEND_FLAGS} ${FEATURE_FLAGS}