Authenticator/.gitlab-ci.yml

25 lines
724 B
YAML
Raw Normal View History

include: 'https://gitlab.gnome.org/GNOME/citemplates/raw/master/flatpak/flatpak_ci_initiative.yml'
2018-09-11 17:00:00 +00:00
variables:
BUNDLE: "authenticator-dev.flatpak"
2018-09-11 17:00:00 +00:00
flatpak:
image: 'registry.gitlab.gnome.org/gnome/gnome-runtime-images/gnome:master'
2018-09-11 17:00:00 +00:00
variables:
2018-12-30 14:59:25 +01:00
MANIFEST_PATH: "build-aux/com.github.bilelmoussaoui.Authenticator.json"
2018-09-23 10:36:52 +00:00
FLATPAK_MODULE: "Authenticator"
2019-02-10 23:09:29 +01:00
MESON_ARGS: "-Dprofile=development"
RUNTIME_REPO: "https://sdk.gnome.org/gnome-nightly.flatpakrepo"
APP_ID: "com.github.bilelmoussaoui.AuthenticatorDevel"
extends: .flatpak
review:
stage: deploy
dependencies:
- 'flatpak'
extends: '.review'
stop_review:
stage: deploy
extends: '.stop_review'