[d-feet/fix-ci-flatpak-build: 3/3] ci: run tests in Flatpak build



commit 6b12976f04fcff0a3df39e8a1d338420e2384a20
Author: Will Thompson <will willthompson co uk>
Date:   Wed Sep 19 20:10:22 2018 +0100

    ci: run tests in Flatpak build
    
    This would have caught my bug where the CI-built Flatpak bundle still
    tried to use Python 2 despite it only being in the GNOME SDK, not the
    GNOME Platform.

 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index d746aa7..0e1b6a4 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -38,7 +38,7 @@ flatpak:
         - flatpak build app ./autogen.sh --prefix=/app --libdir=/app/lib ${CONFIGURE_ARGS}
         - flatpak build app make install
         - flatpak-builder --finish-only --repo=repo app ${MANIFEST_PATH}
-        #- xvfb-run -a -s "-screen 0 1024x768x24" flatpak build app make check
+        - xvfb-run -a -s "-screen 0 1024x768x24" flatpak build app make check
         - flatpak build-bundle repo ${BUNDLE} --runtime-repo=${RUNTIME_REPO} ${DBUS_ID}
 
     artifacts:


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