[gtk/a11y/atspi: 18/30] ci: Use test AT context with installed tests




commit 19eb3019febb47a4b422ffe2a221ca463e87e6d6
Author: Emmanuele Bassi <ebassi gnome org>
Date:   Sat Oct 10 01:44:31 2020 +0100

    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.

 .gitlab-ci.yml | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 166d77e47b..5607e2e1aa 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -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}


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]