forked from chocolatey-community/chocolatey-vs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.appveyor.yml
35 lines (30 loc) · 802 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
#---------------------------------#
# Build Image #
#---------------------------------#
image: Visual Studio 2017
#---------------------------------#
# Build Script #
#---------------------------------#
build_script:
- ps: .\build.ps1 -Target AppVeyor
# Tests
test: off
#---------------------------------#
# Branches to build #
#---------------------------------#
branches:
# Whitelist
only:
- develop
- master
#---------------------------------#
# Build Cache #
#---------------------------------#
cache:
- tools -> recipe.cake
#---------------------------------#
# Skip builds for doc changes #
#---------------------------------#
skip_commits:
# Regex for matching commit message
message: /(doc).*/