forked from nefarius/Injector
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathappveyor.yml
More file actions
20 lines (20 loc) · 786 Bytes
/
appveyor.yml
File metadata and controls
20 lines (20 loc) · 786 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
version: 1.1.{build}.0
image: Visual Studio 2017
build_script:
- ps: .\build.ps1 -configuration release
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 .\bin\x64\Injector.exe "$env:APPVEYOR_BUILD_VERSION"
.\verpatch.exe .\bin\x64\Injector.exe /pv "$env:APPVEYOR_BUILD_VERSION"
.\verpatch.exe .\bin\Win32\Injector.exe "$env:APPVEYOR_BUILD_VERSION"
.\verpatch.exe .\bin\Win32\Injector.exe /pv "$env:APPVEYOR_BUILD_VERSION"
artifacts:
- path: bin
name: Injector_x86_amd64
deploy:
- provider: Environment
name: BUILDBOT
on:
appveyor_repo_tag: true