drive powershell script in appveyor
This commit is contained in:
parent
f38b526e51
commit
b0d4ac689e
2 changed files with 9 additions and 9 deletions
|
@ -1,9 +0,0 @@
|
||||||
REM install Chocolatey
|
|
||||||
@powershell -NoProfile -ExecutionPolicy Bypass -Command "iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))" && SET PATH=%PATH%;%ALLUSERSPROFILE%\chocolatey\bin
|
|
||||||
|
|
||||||
REM install base tools
|
|
||||||
choco install firefox
|
|
||||||
choco install googlechrome
|
|
||||||
|
|
||||||
REM install cygwin and all things inside
|
|
||||||
choco install cygwin cyg-get
|
|
9
windows_cygwin/build.ps1
Executable file
9
windows_cygwin/build.ps1
Executable file
|
@ -0,0 +1,9 @@
|
||||||
|
# install Chocolatey
|
||||||
|
iwr https://chocolatey.org/install.ps1 -UseBasicParsing | iex
|
||||||
|
|
||||||
|
# install base tools
|
||||||
|
choco install firefox
|
||||||
|
choco install googlechrome
|
||||||
|
|
||||||
|
# install cygwin and all things inside
|
||||||
|
choco install cygwin cyg-get
|
Loading…
Reference in a new issue