Allow Windows CI to fail because it causes a lot of issues
This commit is contained in:
@@ -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: {}
|
||||
|
Reference in New Issue
Block a user