summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelipe Borges <felipeborges@gnome.org>2020-10-13 11:04:27 +0200
committerThomas Haller <thaller@redhat.com>2021-02-02 18:16:58 +0100
commit178d2338efcdcd61ca82aae9d721a8bb78655eea (patch)
tree0c2cdf0222ec7f416629b590bc120813d525e4e5
parentae03182d38d89b0ef9bf2164dabff883ff78ef01 (diff)
downloadnetwork-manager-applet-178d2338efcdcd61ca82aae9d721a8bb78655eea.tar.gz
gitlab: Produce a Flatpak bundle of nm-connection-editor in CI
-rw-r--r--.gitlab-ci.yml12
1 files changed, 12 insertions, 0 deletions
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