launch powershell explicitely on appveyor

This commit is contained in:
Cyryl Płotnicki-Chudyk 2016-07-30 12:07:13 +02:00
parent 3498e18f8c
commit 8e11bc2957

View file

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