add initial bootstrap for windows scripts
This commit is contained in:
parent
9dad4b01ef
commit
5521c5f9ea
3 changed files with 8 additions and 0 deletions
|
@ -1 +1,2 @@
|
||||||
|
install: windows_cygwin\bootstrap.bat
|
||||||
build_script: windows_cygwin\build.bat
|
build_script: windows_cygwin\build.bat
|
||||||
|
|
3
windows_cygwin/README.md
Normal file
3
windows_cygwin/README.md
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
Bootstrap from cmd.exe:
|
||||||
|
|
||||||
|
|
4
windows_cygwin/bootstrap.bat
Normal file
4
windows_cygwin/bootstrap.bat
Normal 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
|
||||||
|
|
Loading…
Reference in a new issue