From 09c6d1d996ad279240d838813650efb853069d68 Mon Sep 17 00:00:00 2001 From: timvisee Date: Wed, 9 Mar 2022 14:15:23 +0100 Subject: [PATCH] Allow Windows CI to fail because it causes a lot of issues --- .gitlab-ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e9f0a95..50e3016 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -67,6 +67,7 @@ check-windows: stage: check tags: - windows + allow_failure: true cache: {} <<: *before_script-windows script: @@ -212,6 +213,7 @@ build-x86_64-windows: stage: build tags: - windows + allow_failure: true needs: [] variables: TARGET: x86_64-pc-windows-msvc @@ -243,6 +245,7 @@ test-cargo-x86_64-windows: stage: test tags: - windows + allow_failure: true needs: [] dependencies: [] cache: {}