From 9e0516824a0f79514aca5d6dbb1aa21cd247ba05 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sat, 21 May 2022 19:43:54 +0200 Subject: New upstream version 0.30.16 --- .gitlab-ci.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .gitlab-ci.yml (limited to '.gitlab-ci.yml') diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 0000000..e6aa308 --- /dev/null +++ b/.gitlab-ci.yml @@ -0,0 +1,17 @@ +include: 'https://gitlab.gnome.org/GNOME/citemplates/raw/master/flatpak/flatpak_ci_initiative.yml' + +variables: + BUNDLE: "org.gnome.Shotwell.Devel.flatpak" + GIT_SUBMODULE_STRATEGY: recursive + +flatpak: + extends: ['.flatpak'] + image: registry.gitlab.gnome.org/gnome/gnome-runtime-images/gnome:41 + variables: + BRANCH: testing + MANIFEST_PATH: "flatpak/org.gnome.Shotwell.json" + RUNTIME_REPO: "https://flathub.org/repo/flathub.flatpakrepo" + # Replace with your application name, as written in the manifest + FLATPAK_MODULE: "shotwell" + APP_ID: "org.gnome.Shotwell" + -- cgit v1.2.3