try to prevent prompt for downloading local cmake

This commit is contained in:
Thomas Fussell 2017-03-09 21:35:52 -05:00
parent 5b61145a0b
commit 192e0d87d6

View File

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