From 5521c5f9ea2eda1205af08a2fb41998a1f9a3226 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cyryl=20P=C5=82otnicki-Chudyk?= Date: Sat, 30 Jul 2016 10:37:20 +0200 Subject: [PATCH] add initial bootstrap for windows scripts --- appveyor.yml | 1 + windows_cygwin/README.md | 3 +++ windows_cygwin/bootstrap.bat | 4 ++++ 3 files changed, 8 insertions(+) create mode 100644 windows_cygwin/README.md create mode 100644 windows_cygwin/bootstrap.bat diff --git a/appveyor.yml b/appveyor.yml index 2297bbeb..8d000890 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1 +1,2 @@ +install: windows_cygwin\bootstrap.bat build_script: windows_cygwin\build.bat diff --git a/windows_cygwin/README.md b/windows_cygwin/README.md new file mode 100644 index 00000000..f94dfc59 --- /dev/null +++ b/windows_cygwin/README.md @@ -0,0 +1,3 @@ +Bootstrap from cmd.exe: + + diff --git a/windows_cygwin/bootstrap.bat b/windows_cygwin/bootstrap.bat new file mode 100644 index 00000000..6d75c9dc --- /dev/null +++ b/windows_cygwin/bootstrap.bat @@ -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 +