[gnome-dictionary/ebassi/for-master: 11/11] Add a CI pipeline
- From: Emmanuele Bassi <ebassi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-dictionary/ebassi/for-master: 11/11] Add a CI pipeline
- Date: Mon, 21 Sep 2020 21:02:29 +0000 (UTC)
commit 00d5a9228b71c56e94cae18a1b62f22b9f260999
Author: Emmanuele Bassi <ebassi gnome org>
Date: Mon Sep 21 21:32:45 2020 +0100
Add a CI pipeline
Build a Flatpak bundle for the Dictionary.
.gitlab-ci.yml | 33 +++++++++++++++++++++++++++++++++
1 file changed, 33 insertions(+)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
new file mode 100644
index 0000000..9be7a9c
--- /dev/null
+++ b/.gitlab-ci.yml
@@ -0,0 +1,33 @@
+include: 'https://gitlab.gnome.org/GNOME/citemplates/raw/master/flatpak/flatpak_ci_initiative.yml'
+
+variables:
+ GIT_SUBMODULE_STRATEGY: normal
+ BUNDLE: "org.gnome.Dictionary.Devel.flatpak"
+
+stages:
+ - flatpak
+ - deploy
+
+
+##################
+# Flatpak Bundle #
+##################
+
+flatpak:master:
+ extends: .flatpak
+ image: registry.gitlab.gnome.org/gnome/gnome-runtime-images/gnome:master
+ stage: flatpak
+ variables:
+ MANIFEST_PATH: "build-aux/flatpak/org.gnome.Dictionary.json"
+ RUNTIME_REPO: "https://nightly.gnome.org/gnome-nightly.flatpakrepo"
+ # Replace with your application name, as written in the manifest
+ FLATPAK_MODULE: "gnome-dictionary"
+ # Make sure to keep this in sync with the Flatpak manifest, all arguments
+ # are passed except the config-args because we build it ourselves
+ MESON_ARGS: "-Dprofile=development"
+ APP_ID: "org.gnome.Dictionary.Devel"
+
+flatpak:nightly:
+ extends: .publish_nightly
+ dependencies:
+ - flatpak:master
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]