From 20653225f0864ff3e86181fae64dfa43e0d40ea3 Mon Sep 17 00:00:00 2001 From: FrancisANDRE Date: Wed, 16 Mar 2016 07:56:14 +0100 Subject: [PATCH] Cygwin64 not yet installed. Signed-off-by: FrancisANDRE --- appveyor.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 9bc58f868..ce823824b 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -103,8 +103,8 @@ matrix: fast_finish: true install: - - c:\cygwin\setup-x86.exe -B -q -n -N -d -l c:\cygwin -R c:\cygwin -s http://mirror.csclub.uwaterloo.ca/cygwin -P openssl - - c:\cygwin64\setup-x86_64.exe -B -q -n -N -d -l c:\cygwin64 -R c:\cygwin64 -s http://mirror.csclub.uwaterloo.ca/cygwin -P openssl + - c:\cygwin\setup-x86.exe -B -q -n -N -d -l c:\cygwin -R c:\cygwin -s http://cygwin.mirror.constant.com -P openssl +#- c:\cygwin64\setup-x86_64.exe -B -q -n -N -d -l c:\cygwin64 -R c:\cygwin64 -s http://cygwin.mirror.constant.com -P openssl - set POCO_BASE=%CD% - set PATH=C:\ProgramData\chocolatey\bin;%PATH% @@ -121,7 +121,7 @@ install: } } - c:\cygwin\bin\uname -a - - c:\cygwin64\bin\uname -a +# - c:\cygwin64\bin\uname -a - cat /proc/cpuinfo - cat /proc/meminfo - ps: |