-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.appveyor.yml
37 lines (32 loc) · 1.08 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
#---------------------------------#
# Build Image #
#---------------------------------#
image: Visual Studio 2017
#---------------------------------#
# Build Script #
#---------------------------------#
build_script:
- ps: .\build.ps1
# Tests
test: off
#---------------------------------#
# Branches to build #
#---------------------------------#
branches:
# Whitelist
only:
- develop
- master
- /release/.*/
- /hotfix/.*/
#---------------------------------#
# Notifications #
#---------------------------------#
notifications:
- provider: GitHubPullRequest
template: "{{#passed}}:white_check_mark:{{/passed}}{{#failed}}:x:{{/failed}} [Build {{&projectName}} {{buildVersion}} {{status}}]({{buildUrl}}) (commit {{commitUrl}} by @{{&commitAuthorUsername}})<p>Build messages:</p><ul>{{#jobs}}{{#messages}}<li>{{message}}<br/>{{details}}</li>{{/messages}}{{/jobs}}</ul>"
#---------------------------------#
# Build Cache #
#---------------------------------#
cache:
- tools -> build.cake