[rygel/wip/ci] ci: Add CI config
- From: Jens Georg <jensgeorg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [rygel/wip/ci] ci: Add CI config
- Date: Sun, 20 Oct 2019 04:37:29 +0000 (UTC)
commit 7eed6674d59992f68445728c234b1d7c0698cb2b
Author: Jens Georg <mail jensge org>
Date: Sun Oct 20 06:35:34 2019 +0200
ci: Add CI config
.gitlab-ci.yml | 28 ++++++++++++++++++++++++++++
build-aux/org.gnome.Rygel.json | 12 ++++--------
2 files changed, 32 insertions(+), 8 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
new file mode 100644
index 00000000..4e7d4cce
--- /dev/null
+++ b/.gitlab-ci.yml
@@ -0,0 +1,28 @@
+include: 'https://gitlab.gnome.org/GNOME/citemplates/raw/master/flatpak/flatpak_ci_initiative.yml'
+
+variables:
+ BUNDLE: "snicer.flatpak"
+
+flatpak:
+ image: 'registry.gitlab.gnome.org/gnome/gnome-runtime-images/gnome:master'
+ variables:
+ MANIFEST_PATH: "build-aux/org.gnome.Rygel.json"
+ # MESON_ARGS: "-Dprofile=Devel"
+ FLATPAK_MODULE: "ryel"
+ RUNTIME_REPO: "https://sdk.gnome.org/gnome.flatpakrepo"
+ APP_ID: "org.gnome.Rygel"
+ extends: .flatpak
+
+review:
+ stage: deploy
+ dependencies:
+ - 'flatpak'
+ extends: '.review'
+
+stop_review:
+ stage: deploy
+ extends: '.stop_review'
+
+#nightly:
+# extends: '.publish_nightly'
+
diff --git a/build-aux/org.gnome.Rygel.json b/build-aux/org.gnome.Rygel.json
index 6c13cb92..a5065f02 100644
--- a/build-aux/org.gnome.Rygel.json
+++ b/build-aux/org.gnome.Rygel.json
@@ -5,17 +5,13 @@
"sdk" : "org.gnome.Sdk",
"command" : "rygel",
"finish-args" : [
- "--env=DCONF_USER_CONFIG_DIR=.config/dconf",
- "--filesystem=~/.config/dconf:ro",
"--filesystem=xdg-download",
"--filesystem=xdg-pictures",
- "--filesystem=xdg-run/dconf",
+ "--filesystem=xdg-videos",
"--share=ipc",
"--share=network",
- "--device=all",
"--socket=wayland",
- "--socket=x11",
- "--talk-name=ca.desrt.dconf",
+ "--socket=fallback-x11",
"--talk-name=org.freedesktop.FileManager1",
"--talk-name=org.gnome.SettingsDaemon",
"--talk-name=org.gtk.vfs",
@@ -85,8 +81,8 @@
"sources" : [
{
"type" : "archive",
- "url" : "https://download.gnome.org/sources/libgee/0.20/libgee-0.20.1.tar.xz",
- "sha256" : "bb2802d29a518e8c6d2992884691f06ccfcc25792a5686178575c7111fea4630"
+ "url" : "https://download.gnome.org/sources/libgee/0.20/libgee-0.20.2.tar.xz",
+ "sha256" : "9e035c4b755f46bfae70ba81cdcf8328b03f554373cec8c816e8b5680f85353c"
}
],
"make-install-args": [
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]