Update vcpkg (#741)

This commit is contained in:
Roelf-Jilling 2018-11-14 01:33:48 +01:00
parent 6c796869a3
commit 92f69b6499

View File

@ -40,6 +40,10 @@ install:
7z x -y cmake-3.8.0-win32-x86.zip -oC:\
}
$env:PATH="C:\cmake-3.8.0-win32-x86\bin;$env:PATH"
- cd C:\Tools\vcpkg
- git pull
- .\bootstrap-vcpkg.bat
- cd %APPVEYOR_BUILD_FOLDER%
before_build:
- ps: |