tootle-linux-client/.gitlab-ci.yml

20 lines
537 B
YAML
Raw Normal View History

2022-11-18 04:12:58 +01:00
include: "https://gitlab.gnome.org/GNOME/citemplates/raw/master/flatpak/flatpak_ci_initiative.yml"
variables:
GIT_SUBMODULE_STRATEGY: normal
flatpak:master:
extends: .flatpak
stage: test
variables:
BUNDLE: "tootle-dev.flatpak"
MANIFEST_PATH: "com.github.bleakgrey.tootle.json"
FLATPAK_MODULE: "tootle"
RUNTIME_REPO: "https://sdk.gnome.org/gnome-nightly.flatpakrepo"
APP_ID: "com.github.bleakgrey.tootle"
nightly:
extends: ".publish_nightly"
dependencies: ["flatpak:master"]
needs: ["flatpak:master"]