mirror of
https://github.com/zeromq/libzmq.git
synced 2024-12-13 10:52:56 +01: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:
|
||||
fast_finish: false
|
||||
allow_failures:
|
||||
- platform: cygwin64 # TODO allow failures until tests are fixed
|
||||
|
||||
init:
|
||||
- cmd: if "%NO_PR%"=="TRUE" (
|
||||
|
Loading…
Reference in New Issue
Block a user