Skip to content
This repository was archived by the owner on Mar 1, 2021. It is now read-only.

Commit 2d2ff8f

Browse files
committed
(build) Update AppVeyor Configuration
1 parent 5021a26 commit 2d2ff8f

File tree

1 file changed

+21
-2
lines changed

1 file changed

+21
-2
lines changed

.appveyor.yml

Lines changed: 21 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,22 @@ image: Visual Studio 2017
99
build_script:
1010
- ps: .\build.ps1 -Target AppVeyor
1111

12+
#---------------------------------#
1213
# Tests
14+
#---------------------------------#
1315
test: off
1416

17+
#---------------------------------#
18+
# Pull Requests #
19+
#---------------------------------#
20+
pull_requests:
21+
do_not_increment_build_number: true
22+
23+
#---------------------------------#
24+
# General #
25+
#---------------------------------#
26+
skip_branch_with_pr: true
27+
1528
#---------------------------------#
1629
# Branches to build #
1730
#---------------------------------#
@@ -27,5 +40,11 @@ branches:
2740
# Build Cache #
2841
#---------------------------------#
2942
cache:
30-
- Source\packages -> Source\**\packages.config
31-
- tools -> recipe.cake
43+
- tools -> recipe.cake, tools/packages.config
44+
45+
#---------------------------------#
46+
# Skip builds for doc changes #
47+
#---------------------------------#
48+
skip_commits:
49+
# Regex for matching commit message
50+
message: /(doc).*/

0 commit comments

Comments
 (0)