appveyor: cache vcpkg build deps
Will hopefully make the build much faster. TODO: make the vcpkg cmake script update vcpkg. Signed-off-by: Rafael Kitover <rkitover@gmail.com>
This commit is contained in:
parent
3e22d17fb2
commit
6468d04114
|
@ -24,3 +24,6 @@ before_build:
|
|||
|
||||
build_script:
|
||||
- msbuild -m -p:BuildInParallel=true -p:Configuration=Release ALL_BUILD.vcxproj
|
||||
|
||||
cache:
|
||||
- c:\projects\vcpkg
|
||||
|
|
Loading…
Reference in New Issue