summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorChristoph Reiter <reiter.christoph@gmail.com>2018-08-12 21:16:10 +0200
committerChristoph Reiter <reiter.christoph@gmail.com>2018-08-15 16:06:14 +0200
commitff1df6be4deab080fc7f249f276e37c1a4f8e152 (patch)
tree33939d3022ddba6dadba8c94f6c8385718550ac5 /.gitlab-ci.yml
parentea1587c6fc57f1765258a634e3968935aeebd88c (diff)
downloadpygobject-ff1df6be4deab080fc7f249f276e37c1a4f8e152.tar.gz
ci: build and run tests in the gnome master flatpak runtime. Fixes #241
Allow failures for now as we don't control it and can't easily react if it breaks.
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 5e899b5d..21ce5982 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -116,3 +116,10 @@ xenial-i386-py2:
image: registry.gitlab.gnome.org/gnome/pygobject/old:v2
script:
- bash -x ./.gitlab-ci/test-docker-old.sh
+
+gnome-master:
+ allow_failure: true
+ stage: build_and_test
+ 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