-
Notifications
You must be signed in to change notification settings - Fork 3
/
appveyor.yml
29 lines (29 loc) · 880 Bytes
/
appveyor.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
version: 1.0.{build}.0
image: Visual Studio 2019
platform:
- x86
- x64
- ARM64
configuration:
- Release
install:
- cmd: git submodule -q update --init
before_build:
- cmd: dotnet tool install --global Nefarius.Tools.Vpatch
- cmd: vpatch --stamp-version "%APPVEYOR_BUILD_VERSION%" --target-file ".\driver\driver.vcxproj" --vcxproj.inf-time-stamp
- cmd: vpatch --stamp-version "%APPVEYOR_BUILD_VERSION%" --target-file ".\driver\driver.rc" --resource.file-version --resource.product-version
build:
project: $(APPVEYOR_BUILD_FOLDER)\$(APPVEYOR_PROJECT_NAME).sln
after_build:
- cmd: makecab.exe /f .\TrackPointDriver_%PLATFORM%.ddf
artifacts:
- path: 'disk1\*.cab'
- path: 'bin**\SlionTrackPoint\*.inf'
- path: 'bin**\SlionTrackPoint\*.cat'
- path: 'bin**\SlionTrackPoint\*.sys'
- path: 'bin**\*.pdb'
deploy:
- provider: Environment
name: BUILDBOT
on:
appveyor_repo_tag: true