Skip to content

Commit bdc049e

Browse files
committed
AppVeyor: Add comments, move section up
1 parent 64ff089 commit bdc049e

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

appveyor.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
version: '{build}'
22
image: Visual Studio 2019
3+
4+
# Don't build PR commits twice
5+
skip_branch_with_pr: true
6+
7+
# Don't build tags, avoid duplicate builds on master when bumping version
38
skip_tags: true
9+
10+
# Don't build changes to docs
411
skip_commits:
512
files:
613
- docs/*
@@ -52,9 +59,6 @@ build_script:
5259
exit $BuildExitCode
5360
}
5461
55-
# Do not build feature branch with open Pull Requests to avoid building twice
56-
skip_branch_with_pr: true
57-
5862
# Upload code coverage reports to codecov.io.
5963
# PowerShell does not support TLS1.2 by default ¯\_(ツ)_/¯, so need to configure that.
6064
after_test:

0 commit comments

Comments
 (0)