forked from Mudlet/Mudlet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.appveyor.yml
43 lines (39 loc) · 1.39 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
version: 1.0.{build}
init:
- cmd: mkdir C:\src\
environment:
matrix:
- QT_BASE_DIR: C:\Qt\5.6\mingw49_32
MINGW_BASE_DIR: C:\Qt\Tools\mingw492_32
MINGW_BASE_DIR_BASH: /c/Qt/Tools/mingw492_32
# - QT_BASE_DIR: C:\Qt\5.6\mingw49_32
# MINGW_BASE_DIR: C:\Qt\Tools\mingw492_32
# MINGW_BASE_DIR_BASH: /c/Qt/Tools/mingw492_32
# WITH_UPDATER: NO # Check for build WITHOUT updater code
# - QT_BASE_DIR: C:\Qt\5.6\mingw49_32
# MINGW_BASE_DIR: C:\Qt\Tools\mingw530_32
# MINGW_BASE_DIR_BASH: /c/Qt/Tools/mingw530_32
# - QT_BASE_DIR: C:\Qt\5.9\mingw53_32
# MINGW_BASE_DIR: C:\Qt\Tools\mingw530_32
# MINGW_BASE_DIR_BASH: /c/Qt/Tools/mingw530_32
install:
- powershell ".\CI\appveyor.install.ps1"
build_script:
- powershell ".\CI\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}}"
}