Fix paths in appveyor build
This commit is contained in:
parent
d3ffdbcbd0
commit
b3d461fe1f
1 changed files with 2 additions and 2 deletions
|
@ -1,2 +1,2 @@
|
|||
install: powershell -NoProfile -ExecutionPolicy Bypass -Command "windows_cygwin\bootstrap.ps1"
|
||||
build_script: windows_cygwin\build.bat
|
||||
install: powershell -NoProfile -ExecutionPolicy Bypass -Command "windows\bootstrap.ps1"
|
||||
build_script: windows\build.bat
|
||||
|
|
Loading…
Reference in a new issue