mirror of
https://github.com/nefarius/ViGEmBus.git
synced 2025-08-10 00:52:17 +00:00
Updated appveyor.yml to use vcpkg
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user