forked from nefarius/HidGuardian
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathappveyor.yml
21 lines (21 loc) · 860 Bytes
/
appveyor.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
version: 4.2.{build}.0
image: Visual Studio 2019
build_script:
- ps: .\build.ps1
after_build:
- ps: |
Invoke-WebRequest "https://downloads.vigem.org/other/pavel-a/ddverpatch/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\HidGuardian.sys "$env:APPVEYOR_BUILD_VERSION"
.\verpatch.exe .\artifacts\x64\HidGuardian.sys /pv "$env:APPVEYOR_BUILD_VERSION"
.\verpatch.exe .\artifacts\x86\HidGuardian.sys "$env:APPVEYOR_BUILD_VERSION"
.\verpatch.exe .\artifacts\x86\HidGuardian.sys /pv "$env:APPVEYOR_BUILD_VERSION"
makecab.exe /f HidGuardian.ddf
artifacts:
- path: disk1\HidGuardian.cab
name: HidGuardian_unsigned_x86_amd64
deploy:
- provider: Environment
name: BUILDBOT
on:
appveyor_repo_tag: true