Update AppVeyor config for curl

This commit is contained in:
Michael Snoyman 2017-03-23 11:40:44 +02:00
parent a0b9d86fac
commit c4b852f3d8
No known key found for this signature in database
GPG key ID: A048E8C057E86876

View file

@ -19,6 +19,9 @@ Here's a simple file I've used on a few projects with succeess:
build: off build: off
before_test: before_test:
# http://help.appveyor.com/discussions/problems/6312-curl-command-not-found
- set PATH=C:\Program Files\Git\mingw64\bin;%PATH%
- curl -sS -ostack.zip -L --insecure http://www.stackage.org/stack/windows-i386 - curl -sS -ostack.zip -L --insecure http://www.stackage.org/stack/windows-i386
- 7z x stack.zip stack.exe - 7z x stack.zip stack.exe