mirror of
https://github.com/nefarius/ViGEmBus.git
synced 2025-08-10 00:52:17 +00:00
Work pls
This commit is contained in:
10
appveyor.yml
10
appveyor.yml
@@ -2,11 +2,13 @@ version: 1.16.{build}.0
|
||||
image: Visual Studio 2017
|
||||
install:
|
||||
- ps: Copy-Item "$env:APPVEYOR_BUILD_FOLDER\vcpkg\ports\vigemclient" "c:\tools\vcpkg\ports"
|
||||
- cmd: vcpkg update
|
||||
- cmd: vcpkg upgrade
|
||||
build_script:
|
||||
- ps: "vcpkg build vigemclient:x64-windows"
|
||||
- ps: "vcpkg build vigemclient:x64-windows-static"
|
||||
- ps: "vcpkg build vigemclient:x86-windows"
|
||||
- ps: "vcpkg build vigemclient:x86-windows-static"
|
||||
- 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