Fix appveyor script: install curl.

It should exist according to
https://www.appveyor.com/docs/how-to/download-file/, but in reality it
doesn't, so we install it manually.
This commit is contained in:
iphydf 2017-03-25 15:41:55 +00:00
parent 10deb2ab5f
commit 63df16728c
No known key found for this signature in database
GPG Key ID: 3855DBA2D74403C9

View File

@ -1,4 +1,8 @@
install:
# TODO(iphydf): Remove this when appveyor gets curl back, which it should have
# according to https://www.appveyor.com/docs/how-to/download-file/.
- choco install curl
- refreshenv
- mkdir libsodium && cd libsodium
- curl https://download.libsodium.org/libsodium/releases/libsodium-1.0.11-msvc.zip -o libsodium.zip
- unzip libsodium.zip