From ff1df6be4deab080fc7f249f276e37c1a4f8e152 Mon Sep 17 00:00:00 2001 From: Christoph Reiter Date: Sun, 12 Aug 2018 21:16:10 +0200 Subject: 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. --- .gitlab-ci.yml | 7 +++++++ 1 file changed, 7 insertions(+) (limited to '.gitlab-ci.yml') 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 -- cgit v1.2.1