appveyor.yml - put stack executable in stack_root.

This commit is contained in:
John MacFarlane 2017-05-19 10:42:21 +02:00
parent 48d23766a4
commit c5b1076302

View file

@ -19,7 +19,7 @@ build: off
install:
- '"%WIXBIN%"\candle -? || choco install wixtoolset'
- |
%STACK% --version || curl -ostack.zip -L --insecure http://www.stackage.org/stack/%STACK_VERSION% && 7z x stack.zip stack.exe
%STACK% --version || curl -ostack.zip -L --insecure http://www.stackage.org/stack/%STACK_VERSION% && 7z e stack.zip -o"%STACK_ROOT%" stack.exe
# before_test: