This commit is contained in:
Christian Köllner 2019-08-18 13:51:32 +02:00
parent addcf215a3
commit ed90a376ae

View File

@ -7,7 +7,10 @@ init:
# Good practise, because Windows line endings are different from Unix/Linux ones # Good practise, because Windows line endings are different from Unix/Linux ones
- cmd: git config --global core.autocrlf true - cmd: git config --global core.autocrlf true
install: install:
# Install repo specific stuff here - cd c:\tools\vcpkg
- vcpkg integrate install
- vcpkg install capnproto
- cd %APPVEYOR_BUILD_FOLDER%
before_build: before_build:
# Display .NET Core version # Display .NET Core version
- cmd: dotnet --version - cmd: dotnet --version