[gtksourceview/bilelmoussaoui/ci] CI: use the flatpak manifest for testing the build




commit 9698ffa06294e2d1f961afc9b42b9447732f289a
Author: Bilal Elmoussaoui <bil elmoussaoui gmail com>
Date:   Tue Oct 20 03:09:18 2020 +0000

    CI: use the flatpak manifest for testing the build

 .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..7d7f0480
--- /dev/null
+++ b/.gitlab-ci.yml
@@ -0,0 +1,14 @@
+include:
+  - project: 'gnome/citemplates'
+    file: 'flatpak/flatpak_ci_initiative.yml'
+
+flatpak:
+    image: 'registry.gitlab.gnome.org/gnome/gnome-runtime-images/gnome:master'
+    variables:
+        BUNDLE: "gtksourceview-test-widget-dev.flatpak"
+        MANIFEST_PATH: "org.gnome.GtkSourceView.TestWidget.json"
+        FLATPAK_MODULE: "gtksourceview"
+        RUNTIME_REPO: "https://nightly.gnome.org/gnome-nightly.flatpakrepo";
+        APP_ID: "org.gnome.GtkSourceView.TestWidget"
+    extends: ".flatpak"
+


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]