don't build on win32 for now
This commit is contained in:
parent
eddd362235
commit
61c5bb8bfe
10
appveyor.yml
10
appveyor.yml
|
@ -19,11 +19,11 @@ environment:
|
|||
CYG_CACHE: C:\cygwin64\var\cache\setup
|
||||
CYG_SETUP: setup-x86_64.exe
|
||||
BASH: C:\cygwin64\bin\bash
|
||||
- APPVEYOR_BUILD_SYS: Cygwin
|
||||
CYG_ROOT: C:\cygwin
|
||||
CYG_CACHE: C:\cygwin\var\cache\setup
|
||||
CYG_SETUP: setup-x86.exe
|
||||
BASH: C:\cygwin\bin\bash
|
||||
# - APPVEYOR_BUILD_SYS: Cygwin
|
||||
# CYG_ROOT: C:\cygwin
|
||||
# CYG_CACHE: C:\cygwin\var\cache\setup
|
||||
# CYG_SETUP: setup-x86.exe
|
||||
# BASH: C:\cygwin\bin\bash
|
||||
|
||||
init:
|
||||
# Carriage returns are bad
|
||||
|
|
Loading…
Reference in New Issue