mirror of
https://github.com/zeromq/libzmq.git
synced 2025-01-14 01:37:56 +08:00
Problem: build fails due to broken cygwin64 tests
Solution: allow failure of cygwin64 build
This commit is contained in:
parent
eccf2e53bc
commit
4a18ed6778
@ -72,6 +72,8 @@ environment:
|
|||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
fast_finish: false
|
fast_finish: false
|
||||||
|
allow_failures:
|
||||||
|
- platform: cygwin64 # TODO allow failures until tests are fixed
|
||||||
|
|
||||||
init:
|
init:
|
||||||
- cmd: if "%NO_PR%"=="TRUE" (
|
- cmd: if "%NO_PR%"=="TRUE" (
|
||||||
|
Loading…
x
Reference in New Issue
Block a user