mirror of
https://github.com/nefarius/ViGEmBus.git
synced 2025-08-10 00:52:17 +00:00
19 lines
837 B
YAML
19 lines
837 B
YAML
version: 1.15.{build}.0
|
|
image: Previous Visual Studio 2017
|
|
build_script:
|
|
- ps: .\build.ps1 -configuration release
|
|
after_build:
|
|
- ps: |
|
|
Invoke-WebRequest "https://github.com/pavel-a/ddverpatch/files/1215010/verpatch-1.0.15.1-x86-codeplex.zip" -OutFile verpatch-1.0.15.1-x86-codeplex.zip
|
|
Expand-Archive verpatch-1.0.15.1-x86-codeplex.zip -DestinationPath .
|
|
.\verpatch.exe .\artifacts\x64\ViGEmBus.sys "$env:APPVEYOR_BUILD_VERSION"
|
|
.\verpatch.exe .\artifacts\x64\ViGEmBus.sys /pv "$env:APPVEYOR_BUILD_VERSION"
|
|
.\verpatch.exe .\artifacts\x86\ViGEmBus.sys "$env:APPVEYOR_BUILD_VERSION"
|
|
.\verpatch.exe .\artifacts\x86\ViGEmBus.sys /pv "$env:APPVEYOR_BUILD_VERSION"
|
|
makecab.exe /f ViGEmBus.ddf
|
|
artifacts:
|
|
- path: disk1\ViGEmBus.cab
|
|
name: ViGEmBus_unsigned_x86_amd64
|
|
deploy:
|
|
- provider: Environment
|
|
name: BUILDBOT |