From 4f0f1f46a0122f4089213cbb1cc60da470efac13 Mon Sep 17 00:00:00 2001 From: Christoph Reiter Date: Sun, 4 Nov 2018 13:57:13 +0100 Subject: gitlab-ci: allow failure for the msvc build for now It's broken again due to glib changes (maybe the __pragma() calls?). We still have the MinGW build using meson on Windows in the meantime. --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) (limited to '.gitlab-ci.yml') diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 357e673f..29ddc343 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -105,6 +105,7 @@ msys2-mingw32-python3: vs2017-x64-python3: stage: build + allow_failure: true tags: - win32 script: -- cgit v1.2.1