Skip to content

Commit 64ff089

Browse files
committed
AppVeyor: VS2019 image, skip tags, reduce clone depth
Using VS2019 should hopefully "just work". Clone depth only needs to be big enough to handle all queued builds. Don't build tags, just results in duplicate builds on master branch.
1 parent a2d70af commit 64ff089

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

appveyor.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
version: '{build}'
2-
image: Visual Studio 2017
2+
image: Visual Studio 2019
3+
skip_tags: true
34
skip_commits:
45
files:
56
- docs/*
67
- '**/*.md'
78

89
# Only fetch the latest commits to reduce time to download on agent, but support pushes containing multiple commits
9-
clone_depth: 50
10+
clone_depth: 20
1011

1112
# build cache to preserve files/folders between builds
1213
cache:

0 commit comments

Comments
 (0)