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
|
stage: check
|
||||||
tags:
|
tags:
|
||||||
- windows
|
- windows
|
||||||
|
allow_failure: true
|
||||||
cache: {}
|
cache: {}
|
||||||
<<: *before_script-windows
|
<<: *before_script-windows
|
||||||
script:
|
script:
|
||||||
@@ -212,6 +213,7 @@ build-x86_64-windows:
|
|||||||
stage: build
|
stage: build
|
||||||
tags:
|
tags:
|
||||||
- windows
|
- windows
|
||||||
|
allow_failure: true
|
||||||
needs: []
|
needs: []
|
||||||
variables:
|
variables:
|
||||||
TARGET: x86_64-pc-windows-msvc
|
TARGET: x86_64-pc-windows-msvc
|
||||||
@@ -243,6 +245,7 @@ test-cargo-x86_64-windows:
|
|||||||
stage: test
|
stage: test
|
||||||
tags:
|
tags:
|
||||||
- windows
|
- windows
|
||||||
|
allow_failure: true
|
||||||
needs: []
|
needs: []
|
||||||
dependencies: []
|
dependencies: []
|
||||||
cache: {}
|
cache: {}
|
||||||
|
Reference in New Issue
Block a user