[nautilus/csoriano-fixing-CI-patch-42208] test 2



commit 60a2e6cefceb1a26555e2399cbd124dc1271c035
Author: Carlos Soriano <csoriano1618 gmail com>
Date:   Fri May 18 12:26:15 2018 +0000

    test 2

 .gitlab-ci.yml | 2 ++
 1 file changed, 2 insertions(+)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e0fb6379a..76e9e8c3f 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -24,6 +24,7 @@ flatpak:
         DBUS_ID: "org.gnome.NautilusDevel"
 
     script:
+        - dnf install -y xorg-x11-server-Xvfb
         - flatpak-builder --stop-at=${FLATPAK_MODULE} app ${MANIFEST_PATH}
         # Make sure to keep this in sync with the Flatpak manifest, all arguments
         # are passed except the config-args because we build it ourselves
@@ -34,6 +35,7 @@ flatpak:
         - flatpak build-bundle repo ${BUNDLE} --runtime-repo=${RUNTIME_REPO} ${DBUS_ID}
         # Run automatic tests inside the Flatpak env
         - flatpak build app ninja -C _build test
+        - xvfb-run -a -s "-screen 0 1024x768x24" flatpak build app ninja -C _build test
     artifacts:
         paths:
             - ${BUNDLE}


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