mirror of
https://github.com/FabInfra/capnproto-dotnetcore_Runtime.git
synced 2025-03-12 14:51:41 +01:00
CI
This commit is contained in:
parent
addcf215a3
commit
ed90a376ae
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user