From ed90a376aed2f5c28e1894703c1313bba0c12054 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20K=C3=B6llner?= Date: Sun, 18 Aug 2019 13:51:32 +0200 Subject: [PATCH] CI --- appveyor.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 49e95fb..954f35a 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -7,7 +7,10 @@ init: # Good practise, because Windows line endings are different from Unix/Linux ones - cmd: git config --global core.autocrlf true install: - # Install repo specific stuff here + - cd c:\tools\vcpkg + - vcpkg integrate install + - vcpkg install capnproto + - cd %APPVEYOR_BUILD_FOLDER% before_build: # Display .NET Core version - cmd: dotnet --version