Allow Windows CI to fail because it causes a lot of issues

This commit is contained in:
timvisee
2022-03-09 14:15:23 +01:00
parent dca2f8eb5c
commit 09c6d1d996

View File

@@ -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: {}