-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathappveyor.yml
55 lines (43 loc) · 1.23 KB
/
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
matrix:
fast_finish: true
image:
- Visual Studio 2017
platform: x64
version: '{build}-{branch}'
environment:
CMAKE_SYSTEM_VERSION: 10.0.17134.0
PACKAGE_PREFIX: amd-encoder-for-obs-studio
INNOSETUP_URL: http://www.jrsoftware.org/download.php/is-unicode.exe
install:
- cmd: ci/appveyor-install.bat
build_script:
- cmd: ci/appveyor-build.bat
after_build:
- cmd: ci/appveyor-package.bat
cache:
- inno.exe
artifacts:
- path: build/obs-amd-encoder-*.zip
- path: build/obs-amd-encoder-*.7z
- path: build/obs-amd-encoder-*.exe
deploy:
- provider: GitHub
auth_token:
secure: 9WaGfDtzH1lHXI9H0Sw++iIIEVWed5tDyTDaW5MtiidpILHNPXrRbBjKzF2Z3Pzs
draft: true
prerelease: false
force_update: true
on:
appveyor_repo_tag: true
test: off
notifications:
- provider: Webhook
url:
secure: PTtt5ALhmK0q42jYyx4/Qa1Uf18+gLMXKGdzJjDISJuFBKpGtLtFkS2RAkVARq40kF3fy9SBICAjuc97/d733iaDv9Vpn0luTHJbuQlUK4ELSsYZOw1weoih54SM6ESHRnuOVoe7cmYAikYC29UrxLTTuLKxJwvY2AVwKog6vto=
on_build_success: true
on_build_failure: true
on_build_status_changed: true
body: >-
{
"content": "**Build {{status}}**: {{buildUrl}}\n[{{commitId}}] {{commitMessage}}\nBy {{commitAuthor}} on {{commitDate}}"
}