[gnome-robots/flatpak-ci: 2/2] Gitlab CI: build flatpak nightlies
- From: Bilal Elmoussaoui <bilelmoussaoui src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-robots/flatpak-ci: 2/2] Gitlab CI: build flatpak nightlies
- Date: Thu, 31 Jan 2019 11:30:07 +0000 (UTC)
commit dfb1a1c6141b58f57963960331b0d971f13bcff0
Author: Bilal Elmoussaoui <bil elmoussaoui gmail com>
Date: Thu Jan 31 12:29:27 2019 +0100
Gitlab CI: build flatpak nightlies
.gitlab-ci.yml | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
new file mode 100644
index 0000000..6af96a0
--- /dev/null
+++ b/.gitlab-ci.yml
@@ -0,0 +1,23 @@
+include: 'https://gitlab.gnome.org/GNOME/citemplates/raw/master/flatpak/flatpak_ci_initiative.yml'
+
+variables:
+ BUNDLE: "robots-dev.flatpak"
+
+flatpak:
+ image: 'registry.gitlab.gnome.org/gnome/gnome-runtime-images/gnome:master'
+ variables:
+ MANIFEST_PATH: "build-aux/org.gnome.Robots.json"
+ FLATPAK_MODULE: "gnome-robots"
+ RUNTIME_REPO: "https://sdk.gnome.org/gnome-nightly.flatpakrepo"
+ APP_ID: "org.gnome.Robots"
+ 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]