Updated appveyor.yml to use vcpkg

This commit is contained in:
Benjamin Höglinger-Stelzer
2018-09-22 20:48:47 +02:00
parent a7018a373c
commit 5522b8ae32

View File

@@ -1,7 +1,12 @@
version: 1.16.{build}.0
image: Visual Studio 2017
install:
- ps: Copy-Item "$env:APPVEYOR_BUILD_FOLDER\\vcpkg\\ports\\vigemclient" "c:\\tools\\vcpkg\\ports"
build_script:
- ps: .\build.ps1 -configuration Release_DLL
- cmd: "vcpkg build vigemclient:x64-windows"
- cmd: "vcpkg build vigemclient:x64-windows-static"
- cmd: "vcpkg build vigemclient:x86-windows"
- cmd: "vcpkg build vigemclient:x86-windows-static"
deploy:
- provider: Environment
name: BUILDBOT