gnome-chess/.gitlab-ci.yml

14 lines
459 B
YAML
Raw Normal View History

2019-01-12 22:41:45 +00:00
include: 'https://gitlab.gnome.org/GNOME/citemplates/raw/master/flatpak/flatpak_ci_initiative.yml'
variables:
BUNDLE: "chess-dev.flatpak"
flatpak:
image: 'registry.gitlab.gnome.org/gnome/gnome-runtime-images/gnome:master'
variables:
MANIFEST_PATH: "org.gnome.Chess.json"
FLATPAK_MODULE: "gnome-chess"
RUNTIME_REPO: "https://sdk.gnome.org/gnome-nightly.flatpakrepo"
APP_ID: "org.gnome.Chess"
extends: .flatpak