Download cygwin to the filesystem root
This commit is contained in:
parent
1ad80a2f47
commit
d5add26f1d
1 changed files with 2 additions and 2 deletions
|
@ -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 \
|
||||
|
|
Loading…
Add table
Reference in a new issue