diff --git a/appveyor.yml b/appveyor.yml index 02f1487..47bf999 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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