[glade] ci: Enable test suite



commit 93d88948440877820e1c6fc5cf37ffa81b59d9e1
Author: Alberto Fanjul <albertofanjul gmail com>
Date:   Wed Jul 25 08:34:23 2018 +0200

    ci: Enable test suite

 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 20cb943a..4f996064 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -22,7 +22,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 VERBOSE=1 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]