blob: 25c54085aece499cf4afec0188f60c096cf34cc6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
include: 'https://gitlab.gnome.org/GNOME/citemplates/raw/master/flatpak/flatpak_ci_initiative.yml'
variables:
BUNDLE: "org.gnome.Rygel.Devel.flatpak"
GIT_SUBMODULE_STRATEGY: recursive
flatpak:
extends: ['.flatpak']
image: registry.gitlab.gnome.org/gnome/gnome-runtime-images/gnome:41
variables:
MANIFEST_PATH: "build-aux/org.gnome.Rygel.json"
RUNTIME_REPO: "https://flathub.org/repo/flathub.flatpakrepo"
# Replace with your application name, as written in the manifest
FLATPAK_MODULE: "rygel"
APP_ID: "org.gnome.Rygel"
#nightly:
#extends: '.publish_nightly'
# dependencies: ['flatpak']
# needs: ['flatpak']
|