launch powershell explicitely on appveyor

This commit is contained in:
Cyryl Płotnicki-Chudyk 2016-07-30 12:07:49 +02:00
parent 8e11bc2957
commit 08188050ea

View file

@ -1,2 +1,2 @@
install: @powershell -NoProfile -ExecutionPolicy Bypass -Command "windows_cygwin\bootstrap.ps1"
install: powershell -NoProfile -ExecutionPolicy Bypass -Command "windows_cygwin\bootstrap.ps1"
build_script: windows_cygwin\build.bat