try to fix appveyor vcpkg cache

This commit is contained in:
Thomas Fussell 2017-03-19 23:26:37 -04:00
parent f7db4b0248
commit 7fa5099a49

View File

@ -14,10 +14,10 @@ environment:
init: [] init: []
install: install:
- git clone https://github.com/Microsoft/vcpkg - if not exist vcpkg git clone https://github.com/Microsoft/vcpkg
- cd vcpkg - cd vcpkg
- mkdir downloads - if not exist downloads mkdir downloads
- type nul > downloads\AlwaysAllowDownloads - if not exist downloads\AlwaysAllowDownloads type nul > downloads\AlwaysAllowDownloads
- powershell -exec bypass scripts\bootstrap.ps1 - powershell -exec bypass scripts\bootstrap.ps1
- vcpkg install cryptopp zlib expat - vcpkg install cryptopp zlib expat
- vcpkg integrate install - vcpkg integrate install