forked from rainmeter/rainmeter
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathappveyor.yml
More file actions
29 lines (22 loc) · 696 Bytes
/
appveyor.yml
File metadata and controls
29 lines (22 loc) · 696 Bytes
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: 4.5.21-{build}
branches:
only:
- master
- /v\d+\.\d+\.\d+/
image: Visual Studio 2022
clone_depth: 1
clone_folder: C:\build
environment:
SELF_SIGNED_CERTIFICATE_PASSWORD:
secure: Gq8/2YxZYUsUkyG9wl5L02sJG6Vuvf3GJEXulu7oSci4RJvoT0CMze9PgaTYU9Xh
build_script:
- cmd: cd Build && Build.bat
artifacts:
- path: Build/Rainmeter-*.exe
deploy:
- provider: Webhook
url: https://app.signpath.io/API/v1/2d37d539-98b7-4649-9469-4097b1099202/Integrations/AppVeyor?ProjectSlug=rainmeter&SigningPolicySlug=release-signing
authorization:
secure: YnZH/YJ9Me+6CY6WhyO44nJjzjquWn7IGGxaj3xDT/JOUVMMB5IBf2GVQwutF/l26WstrHNmaFZCGTMvXuc4Cg==
on:
APPVEYOR_REPO_TAG: true