Allow cygwin to fail on Appveyor
This commit is contained in:
parent
470d1926f8
commit
dbb88876e6
1 changed files with 6 additions and 3 deletions
|
|
@ -6,7 +6,7 @@ environment:
|
|||
global:
|
||||
MAKEJOBS: 2
|
||||
|
||||
matrix:
|
||||
matrix:
|
||||
- SWIGLANG: csharp
|
||||
VSVER: 12
|
||||
- SWIGLANG: csharp
|
||||
|
|
@ -20,8 +20,6 @@ environment:
|
|||
# VSVER: 14
|
||||
# VER: 36
|
||||
# PY3: 3
|
||||
- SWIGLANG: python
|
||||
OSVARIANT: cygwin
|
||||
- SWIGLANG: python
|
||||
OSVARIANT: mingw
|
||||
VER: 27
|
||||
|
|
@ -31,6 +29,11 @@ environment:
|
|||
VER: 37
|
||||
PY3: 3
|
||||
|
||||
allow_failures:
|
||||
# Currently failing due to not detecting header files/include paths
|
||||
- swiglang: python
|
||||
osvariant: cygwin
|
||||
|
||||
install:
|
||||
- date /T & time /T
|
||||
- ps: >-
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue