add initial bootstrap for windows scripts

This commit is contained in:
Cyryl Płotnicki-Chudyk 2016-07-30 10:37:20 +02:00
parent 9dad4b01ef
commit 5521c5f9ea
3 changed files with 8 additions and 0 deletions

View file

@ -1 +1,2 @@
install: windows_cygwin\bootstrap.bat
build_script: windows_cygwin\build.bat

3
windows_cygwin/README.md Normal file
View file

@ -0,0 +1,3 @@
Bootstrap from cmd.exe:

View file

@ -0,0 +1,4 @@
@powershell -NoProfile -ExecutionPolicy Bypass -Command "iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))" && SET PATH=%PATH%;%ALLUSERSPROFILE%\chocolatey\bin
refreshenv
choco install -y git win32-openssh