diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 0000000..59f7d56 --- /dev/null +++ b/.gitlab-ci.yml @@ -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"]