do not use powershell script to build windows env

This commit is contained in:
Cyryl Płotnicki-Chudyk 2016-07-30 11:00:14 +02:00
parent 0eac6c5a62
commit 944234bf6b
2 changed files with 3 additions and 13 deletions

View file

@ -1 +1,3 @@
powershell -NoProfile -ExecutionPolicy Bypass -Command "windows_cygwin\build.ps1"
choco install -y firefox googlechrome cygwin
refreshenv

View file

@ -1,12 +0,0 @@
# install Chocolatey
iwr https://chocolatey.org/install.ps1 -UseBasicParsing | iex
# install base tools
choco install -y firefox
choco install -y googlechrome
# install cygwin and all things inside
choco install -y cygwin cyg-get
cyg-get git