forked from JorMox/Mudlet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.appveyor.yml
35 lines (31 loc) · 1011 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
30
31
32
33
34
35
version: 1.0.{build}
init:
- cmd: mkdir C:\src\
environment:
signing_password:
secure: gOKqBtIvfDuGkEeaHGaguMmafynYAG06iVuD6Krem7M=
matrix:
- QT_BASE_DIR: C:\Qt\5.11\mingw53_32
install:
- cd "%APPVEYOR_BUILD_FOLDER%\CI"
- powershell ".\appveyor.install.ps1"
build_script:
- cd "%APPVEYOR_BUILD_FOLDER%\CI"
- powershell ".\appveyor.build.ps1"
on_failure:
- cd C:\src
- bash -c "curl --upload-file ./verbose_output.log https://transfer.sh/verbose_output.log"
artifacts:
- path: src\release
name: mudlet
notifications:
- provider: Webhook
url: https://webhooks.gitter.im/e/2d6f7bea328a9dd60769
on_build_success: true
on_build_failure: true
on_build_status_changed: true
body: >-
{
"message": "Appveyor {{repositoryName}}{{#isPullRequest}}#{{pullRequestId}}{{/isPullRequest}}{{^isPullRequest}} ({{branch}}){{/isPullRequest}} {{#passed}}passed{{/passed}}{{#failed}}failed{{/failed}} ({{buildNumber}})",
"level": "{{#passed}}info{{/passed}}{{#failed}}error{{/failed}}"
}