Add curl for AppVeyor

This commit is contained in:
Michael Snoyman 2017-03-23 11:40:27 +02:00
parent 039046e355
commit 52d4a32217
No known key found for this signature in database
GPG Key ID: A048E8C057E86876

View File

@ -1,6 +1,9 @@
build: off
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
- 7z x stack.zip stack.exe