CI: Added vcpkg cache

This commit is contained in:
Christian Köllner 2019-08-23 23:13:45 +02:00
parent 7ea1c5dd1d
commit 828503e919

View File

@ -3,6 +3,8 @@ image: Visual Studio 2019
branches:
only:
- master
cache:
- c:\Tools\vcpkg\installed
init:
# Good practise, because Windows line endings are different from Unix/Linux ones
- cmd: git config --global core.autocrlf true