mirror of
https://gitlab.gnome.org/World/tootle
synced 2025-02-08 07:38:39 +01:00
ci: add gitlab-ci
This commit is contained in:
parent
ecec80d076
commit
dbbf9846ff
19
.gitlab-ci.yml
Normal file
19
.gitlab-ci.yml
Normal 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"]
|
Loading…
x
Reference in New Issue
Block a user