[eog] gitlab-ci: Add initial CI template
- From: Felix Riemann <friemann src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [eog] gitlab-ci: Add initial CI template
- Date: Sat, 5 Oct 2019 16:14:36 +0000 (UTC)
commit cc715e8b9b6d4e62d0dd7b16ccfd9ef9b5b18171
Author: Felix Riemann <friemann gnome org>
Date: Thu Sep 26 21:02:03 2019 +0200
gitlab-ci: Add initial CI template
.gitlab-ci.yml | 14 ++++++++++++++
1 file changed, 14 insertions(+)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
new file mode 100644
index 00000000..1f011b0e
--- /dev/null
+++ b/.gitlab-ci.yml
@@ -0,0 +1,14 @@
+include: 'https://gitlab.gnome.org/GNOME/citemplates/raw/master/flatpak/flatpak_ci_initiative.yml'
+
+variables:
+ BUNDLE: "org.gnome.eog.Devel.flatpak"
+
+flatpak:
+ image: 'registry.gitlab.gnome.org/gnome/gnome-runtime-images/gnome:master'
+ variables:
+ MANIFEST_PATH: "org.gnome.Eog.json"
+ MESON_ARGS: "--libdir=/app/lib -Dprofile=Development"
+ FLATPAK_MODULE: "eog"
+ RUNTIME_REPO: "https://nightly.gnome.org/gnome-nightly.flatpakrepo"
+ APP_ID: "org.gnome.eog"
+ extends: .flatpak
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]