[network-manager-applet: 2/3] gitlab: Produce a Flatpak bundle of nm-connection-editor in CI




commit 178d2338efcdcd61ca82aae9d721a8bb78655eea
Author: Felipe Borges <felipeborges gnome org>
Date:   Tue Oct 13 11:04:27 2020 +0200

    gitlab: Produce a Flatpak bundle of nm-connection-editor in CI

 .gitlab-ci.yml | 12 ++++++++++++
 1 file changed, 12 insertions(+)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index f8ecf49e..5abfaec0 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -117,6 +117,18 @@ fedora_autotools_full:
   image: fedora:latest
   stage: test
 
+# Flatpak build of nm-connection-editor
+include: 'https://gitlab.gnome.org/GNOME/citemplates/raw/master/flatpak/flatpak_ci_initiative.yml'
+flatpak:
+  image: registry.gitlab.gnome.org/gnome/gnome-runtime-images/gnome:master
+  variables:
+    MANIFEST_PATH: "build-aux/flatpak/org.gnome.nm_connection_editor.json"
+    FLATPAK_MODULE: "network-manager-applet"
+    RUNTIME_REPO: "https://nightly.gnome.org/gnome-nightly.flatpakrepo";
+    APP_ID: "org.gnome.nm_connection_editor"
+    BUNDLE: "nm-connection-editor.flatpak"
+  extends: .flatpak
+
 triage:issues:
   stage: triage
   image: ruby:2.7


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