[gnome-books/wip/hadess/build-nightly] ci: Build a nightly Flatpak
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-books/wip/hadess/build-nightly] ci: Build a nightly Flatpak
- Date: Wed, 25 Sep 2019 16:09:15 +0000 (UTC)
commit 0f1a8133e12b34ac41df37022533ffe4812c313b
Author: Bastien Nocera <hadess hadess net>
Date: Wed Sep 25 18:08:18 2019 +0200
ci: Build a nightly Flatpak
This should now produce a nightly version, with the same app ID as the
normal application.
.gitlab-ci.yml | 20 ++++++++++++++++++--
1 file changed, 18 insertions(+), 2 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 9d59418b..a4c99be9 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,10 +1,16 @@
include: 'https://gitlab.gnome.org/GNOME/citemplates/raw/master/flatpak/flatpak_ci_initiative.yml'
+stages:
+- test
+- review
+
variables:
GIT_SUBMODULE_STRATEGY: normal
-flatpak-books:
- image: 'registry.gitlab.gnome.org/gnome/gnome-runtime-images/gnome:master'
+ flatpak:master:
+ extends: .flatpak
+ image: registry.gitlab.gnome.org/gnome/gnome-runtime-images/gnome:master
+ stage: test
variables:
BUNDLE: "gnome-books-dev.flatpak"
MANIFEST_PATH: "flatpak/org.gnome.Books.json"
@@ -13,3 +19,13 @@ flatpak-books:
RUNTIME_REPO: "https://sdk.gnome.org/gnome-nightly.flatpakrepo"
APP_ID: "org.gnome.Books"
extends: .flatpak
+
+review:
+ extends: .review
+ stage: review
+ dependencies:
+ - flatpak:master
+
+stop_review:
+ extends: .stop_review
+ stage: review
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]