[gnome-logs] ci: Set up initial continuous integration
- From: Jonathan Kang <jonathankang src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-logs] ci: Set up initial continuous integration
- Date: Tue, 23 Apr 2019 02:01:14 +0000 (UTC)
commit b3d68dd7983b2efdc1272d4cd8067c39229c7f1c
Author: Florian Müllner <fmuellner gnome org>
Date: Thu Apr 18 15:12:13 2019 +0200
ci: Set up initial continuous integration
Use the newly added flatpak manifest to verify that the project keeps
building successfully in a standardized environment. On success, the
built bundle is exposed as artifact for easy testing.
.gitlab-ci.yml | 30 ++++++++++++++++++++++++++++++
1 file changed, 30 insertions(+)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
new file mode 100644
index 0000000..79b312c
--- /dev/null
+++ b/.gitlab-ci.yml
@@ -0,0 +1,30 @@
+include: 'https://gitlab.gnome.org/GNOME/citemplates/raw/master/flatpak/flatpak_ci_initiative.yml'
+
+variables:
+ GIT_SUBMODULE_STRATEGY: normal
+ BUNDLE: "gnome-logs.flatpak"
+
+stages:
+ - test
+ - deploy
+
+flatpak devel:
+ image: registry.gitlab.gnome.org/gnome/gnome-runtime-images/gnome:master
+ stage: test
+ variables:
+ MANIFEST_PATH: "org.gnome.Logs.json"
+ MESON_ARGS: "-Dtests=true"
+ FLATPAK_MODULE: "gnome-logs"
+ RUNTIME_REPO: "https://sdk.gnome.org/gnome.flatpakrepo"
+ APP_ID: "org.gnome.Logs"
+ extends: .flatpak
+
+review:
+ stage: deploy
+ dependencies:
+ - 'flatpak devel'
+ extends: '.review'
+
+stop_review:
+ stage: deploy
+ extends: '.stop_review'
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]