try caching vcpkg and switch back to HEAD of master

This commit is contained in:
Thomas Fussell 2017-03-19 14:37:59 -04:00
parent 8f4c82dffd
commit 8066b853d7

View File

@ -4,6 +4,9 @@ os: Visual Studio 2015
configuration:
- Debug
cache:
- vcpkg -> .appveyor.yml
environment:
matrix:
- STATIC: OFF
@ -13,7 +16,6 @@ init: []
install:
- git clone https://github.com/Microsoft/vcpkg
- cd vcpkg
- git checkout 47b53b9015deaa2f569d788447254c8bc3de96a9
- mkdir downloads
- type nul > downloads\AlwaysAllowDownloads
- powershell -exec bypass scripts\bootstrap.ps1