[gnome-dictionary/ebassi/for-master: 3/3] Add a CI pipeline




commit 47eb5781eb076611bd5f0c9d8607d6f45dca4615
Author: Emmanuele Bassi <ebassi gnome org>
Date:   Mon Sep 21 21:32:45 2020 +0100

    Add a CI pipeline
    
    Build a Flatpak bundle for the Dictionary.

 .gitlab-ci.yml | 33 +++++++++++++++++++++++++++++++++
 1 file changed, 33 insertions(+)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
new file mode 100644
index 0000000..9be7a9c
--- /dev/null
+++ b/.gitlab-ci.yml
@@ -0,0 +1,33 @@
+include: 'https://gitlab.gnome.org/GNOME/citemplates/raw/master/flatpak/flatpak_ci_initiative.yml'
+
+variables:
+  GIT_SUBMODULE_STRATEGY: normal
+  BUNDLE: "org.gnome.Dictionary.Devel.flatpak"
+
+stages:
+   - flatpak
+   - deploy
+
+
+##################
+# Flatpak Bundle #
+##################
+
+flatpak:master:
+    extends: .flatpak
+    image: registry.gitlab.gnome.org/gnome/gnome-runtime-images/gnome:master
+    stage: flatpak
+    variables:
+        MANIFEST_PATH: "build-aux/flatpak/org.gnome.Dictionary.json"
+        RUNTIME_REPO: "https://nightly.gnome.org/gnome-nightly.flatpakrepo";
+        # Replace with your application name, as written in the manifest
+        FLATPAK_MODULE: "gnome-dictionary"
+        # Make sure to keep this in sync with the Flatpak manifest, all arguments
+        # are passed except the config-args because we build it ourselves
+        MESON_ARGS: "-Dprofile=development"
+        APP_ID: "org.gnome.Dictionary.Devel"
+
+flatpak:nightly:
+    extends: .publish_nightly
+    dependencies:
+        - flatpak:master


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