[eog/wip/gitlab-ci: 1/2] gitlab-ci: Add initial CI template



commit 4a610369640f34380f6cd629312671a3e6f741e4
Author: Felix Riemann <friemann gnome org>
Date:   Thu Sep 26 21:02:03 2019 +0200

    gitlab-ci: Add initial CI template

 .gitlab-ci.yml | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
new file mode 100644
index 00000000..6387e98a
--- /dev/null
+++ b/.gitlab-ci.yml
@@ -0,0 +1,14 @@
+include: 'https://gitlab.gnome.org/GNOME/citemplates/raw/master/flatpak/flatpak_ci_initiative.yml'
+
+variables:
+    BUNDLE: "org.gnome.Eog.Devel.flatpak"
+
+flatpak:
+    image: 'registry.gitlab.gnome.org/gnome/gnome-runtime-images/gnome:master'
+    variables:
+        MANIFEST_PATH: "org.gnome.Eog.json"
+        MESON_ARGS: "--libdir=/app/lib -Dprofile=Development"
+        FLATPAK_MODULE: "eog"
+        RUNTIME_REPO: "https://nightly.gnome.org/gnome-nightly.flatpakrepo";
+        APP_ID: "org.gnome.Eog"
+    extends: .flatpak    


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