From 828503e919ef0d533fe57c5084fb1c8dcf6f3b5f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20K=C3=B6llner?= Date: Fri, 23 Aug 2019 23:13:45 +0200 Subject: [PATCH] CI: Added vcpkg cache --- appveyor.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/appveyor.yml b/appveyor.yml index 0fa9ac5..d41d2e3 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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