ci: add gitlab-ci

This commit is contained in:
Link Dupont 2022-11-17 22:12:58 -05:00
parent ecec80d076
commit dbbf9846ff
1 changed files with 19 additions and 0 deletions

19
.gitlab-ci.yml Normal file
View File

@ -0,0 +1,19 @@
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"]