avoid interactive prompts when setting up vcpkg in appveyor

This commit is contained in:
Jim McGrath 2017-08-13 21:39:08 -05:00
parent a59d6fc84e
commit 9a19e9ff21
1 changed files with 1 additions and 0 deletions

View File

@ -40,6 +40,7 @@ install:
- if defined VCPKG_DEFAULT_TRIPLET git clone https://github.com/Microsoft/vcpkg c:\projects\vcpkg
- if defined VCPKG_DEFAULT_TRIPLET c:\projects\vcpkg\bootstrap-vcpkg.bat
- if defined VCPKG_DEFAULT_TRIPLET set VCPKG_ROOT=c:\projects\vcpkg
- if defined VCPKG_DEFAULT_TRIPLET echo yes > %VCPKG_ROOT%\Downloads\AlwaysAllowDownloads
- if defined VCPKG_DEFAULT_TRIPLET %VCPKG_ROOT%\vcpkg.exe install openssl
build: false