gnome-chess/.gitlab-ci.yml

18 lines
475 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:
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
2020-08-02 16:09:01 +00:00
nightly:
extends: '.publish_nightly'
dependencies: ['flatpak']
needs: ['flatpak']