[gnome-maps/ci/extends-flatpak] gitlab-ci: Extend .flatpak



commit d32e13bd02e39372880c94de08d562303e0096cb
Author: Marcus Lundblad <ml update uu se>
Date:   Fri Feb 21 12:03:53 2020 +0100

    gitlab-ci: Extend .flatpak

 .gitlab-ci.yml | 13 +------------
 1 file changed, 1 insertion(+), 12 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 29e91e51..73ad049d 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -9,6 +9,7 @@ variables:
 flatpak:
     image: registry.gitlab.gnome.org/gnome/gnome-runtime-images/gnome:master
     stage: test
+    extends: .flatpak
     variables:
         # Replace with your manifest path
         MANIFEST_PATH: "org.gnome.Maps.json"
@@ -19,18 +20,6 @@ flatpak:
         # are passed except the config-args because we build it ourselves
         MESON_ARGS: ""
         DBUS_ID: "org.gnome.Maps"
-
-    script:
-        - flatpak-builder --user --disable-rofiles-fuse --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
-        - flatpak build app meson --prefix=/app ${MESON_ARGS} _build
-        - flatpak build app ninja -C _build install
-        - flatpak-builder --user --disable-rofiles-fuse --finish-only --repo=repo app ${MANIFEST_PATH}
-        # Generate a Flatpak bundle
-        - flatpak build-bundle repo ${BUNDLE} --runtime-repo=${RUNTIME_REPO} ${DBUS_ID}
-        # Run automatic tests inside the Flatpak env
-        - 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]