summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorChristoph Reiter <reiter.christoph@gmail.com>2018-09-22 22:03:27 +0200
committerChristoph Reiter <reiter.christoph@gmail.com>2018-09-25 09:57:31 +0200
commit85e292c04e479ecfc12f025ffe47daf5fc184f69 (patch)
tree4949126ab039863628dc847fcc2f9f5d672a86e6 /.gitlab-ci.yml
parentd17ba4fdae8bf26b896b12a5ee5af131ed16d562 (diff)
downloadpygobject-85e292c04e479ecfc12f025ffe47daf5fc184f69.tar.gz
ci: add a gtk4 job. Fixes #249
Let it fail for now
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 3a25c6a6..b63296fd 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -117,6 +117,13 @@ xenial-i386-py2:
script:
- bash -x ./.gitlab-ci/test-docker-old.sh
+gtk4:
+ allow_failure: true
+ stage: build_and_test
+ image: registry.gitlab.gnome.org/gnome/pygobject/gtk4:v1
+ script:
+ - bash -x ./.gitlab-ci/test-docker-gtk4.sh
+
gnome-master:
allow_failure: true
stage: build_and_test