[ghex/bilelmoussaoui/gitlab-ci] Gitlab CI: build nightlies
- From: Bilal Elmoussaoui <bilelmoussaoui src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [ghex/bilelmoussaoui/gitlab-ci] Gitlab CI: build nightlies
- Date: Mon, 10 Jun 2019 16:14:55 +0000 (UTC)
commit 6cd0cbe46c2040af15fca3004c1da650f7f40155
Author: Bilal Elmoussaoui <bil elmoussaoui gmail com>
Date: Mon Jun 10 16:14:38 2019 +0000
Gitlab CI: build nightlies
.gitlab-ci.yml | 28 ++++++++++++++++++++++++++++
1 file changed, 28 insertions(+)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
new file mode 100644
index 0000000..9a5c4d2
--- /dev/null
+++ b/.gitlab-ci.yml
@@ -0,0 +1,28 @@
+include: 'https://gitlab.gnome.org/GNOME/citemplates/raw/master/flatpak/flatpak_ci_initiative.yml'
+stages:
+ - test
+ - deploy
+
+variables:
+ BUNDLE: "ghex-dev.flatpak"
+
+flatpak:
+ image: 'registry.gitlab.gnome.org/gnome/gnome-runtime-images/gnome:master'
+ variables:
+ MANIFEST_PATH: "org.gnome.GHex.json"
+ FLATPAK_MODULE: "ghex"
+ RUNTIME_REPO: "https://sdk.gnome.org/gnome-nightly.flatpakrepo"
+ APP_ID: "org.gnome.GHex"
+ extends: .flatpak
+
+review:
+ stage: deploy
+ dependencies:
+ - 'flatpak'
+ extends: '.review'
+
+stop_review:
+ stage: deploy
+ extends: '.stop_review'
+
+
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]