From d5add26f1d006f337d460baa28e600c3a4445a33 Mon Sep 17 00:00:00 2001 From: Snaipe Date: Mon, 16 Mar 2015 10:43:21 +0100 Subject: [PATCH] Download cygwin to the filesystem root --- appveyor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index e33b3c8..4fa807e 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -3,9 +3,9 @@ version: 0.3.0.{build}-{branch} os: Windows Server 2012 init: - - ps: (New-Object System.Net.WebClient).DownloadFile("https://cygwin.com/setup-x86.exe", "$pwd\setup-x86.exe") + - ps: (New-Object System.Net.WebClient).DownloadFile("https://cygwin.com/setup-x86.exe", "c:\setup-x86.exe") - git config --global core.autocrlf input - - setup-x86.exe -qnNdO -R C:/cygwin -s http://cygwin.mirror.constant.com -l C:/cygwin/var/cache/setup \ + - c:\setup-x86.exe -qnNdO -R C:/cygwin -s http://cygwin.mirror.constant.com -l C:/cygwin/var/cache/setup \ -P autoconf \ -P automake \ -P gcc-core \