summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml16
1 files changed, 13 insertions, 3 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 6ee2899..083e1f5 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,13 +1,23 @@
-include: 'https://gitlab.gnome.org/GNOME/citemplates/raw/master/flatpak/flatpak_ci_initiative.yml'
+include:
+ - project: 'gnome/citemplates'
+ file: 'flatpak/flatpak_ci_initiative.yml'
+ - component: 'gitlab.gnome.org/GNOME/citemplates/release-service@master'
+ inputs:
+ dist-job-name: 'flatpak@x86_64'
+ tarball-artifact-path: "${TARBALL_ARTIFACT_PATH}"
+
+variables:
+ FLATPAK_MODULE: "shotwell"
+ TARBALL_ARTIFACT_PATH: ".flatpak-builder/build/${FLATPAK_MODULE}/_flatpak_build/meson-dist/${CI_COMMIT_TAG}.tar.xz"
+ GIT_SUBMODULE_STRATEGY: recursive
.vars-devel:
variables:
BUNDLE: "org.gnome.Shotwell.Devel.flatpak"
- GIT_SUBMODULE_STRATEGY: recursive
MANIFEST_PATH: "flatpak/org.gnome.Shotwell.json"
RUNTIME_REPO: "https://flathub.org/repo/flathub.flatpakrepo"
- FLATPAK_MODULE: "shotwell"
APP_ID: "org.gnome.Shotwell"
+ TARBALL_ARTIFACT_PATH: ""
flatpak@x86_64:
extends: ['.flatpak@x86_64', '.vars-devel']