blob: 202b78d6eb13296efb5380d25873b6e992ab3e1b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
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: 'data/flatpak/org.gnome.Contacts.Devel.json'
MESON_ARGS: "-Dprofile=development"
FLATPAK_MODULE: "gnome-contacts"
RUNTIME_REPO: "https://nightly.gnome.org/gnome-nightly.flatpakrepo"
APP_ID: "org.gnome.Contacts.Devel"
BUNDLE: 'gnome-contacts.flatpak'
extends: .flatpak
nightly:
extends: '.publish_nightly'
dependencies:
- 'flatpak'
|