[pygobject/ci-gtk4] ci: add a gtk4 job. Fixes #249
- From: Christoph Reiter <creiter src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [pygobject/ci-gtk4] ci: add a gtk4 job. Fixes #249
- Date: Sat, 22 Sep 2018 20:04:49 +0000 (UTC)
commit f1ab7c78615ae2761dca02a8e2c11b8bb0a2f88b
Author: Christoph Reiter <reiter christoph gmail com>
Date: Sat Sep 22 22:03:27 2018 +0200
ci: add a gtk4 job. Fixes #249
.gitlab-ci.yml | 7 +++++++
1 file changed, 7 insertions(+)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 3a25c6a6..6c0d145f 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -123,3 +123,10 @@ gnome-master:
image: registry.gitlab.gnome.org/gnome/gnome-runtime-images/gnome:master
script:
- xvfb-run -a flatpak run --filesystem=host --share=network --socket=x11 --command=bash
org.gnome.Sdk//master -x .gitlab-ci/test-flatpak.sh
+
+gnome-master-gtk4:
+ allow_failure: true
+ stage: build_and_test
+ image: registry.gitlab.gnome.org/gnome/gnome-runtime-images/gnome:master
+ script:
+ - xvfb-run -a flatpak run --env=TEST_GTK_VERSION=4.0 --filesystem=host --share=network --socket=x11
--command=bash org.gnome.Sdk//master -x .gitlab-ci/test-flatpak.sh
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]