Skip to content

Commit fc92d9c

Browse files
committed
Reduce the number of images to test on AppVeyor, to speed up the build
1 parent 81a28af commit fc92d9c

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

appveyor.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,11 @@ version: "{build}"
77
install:
88
- git submodule update --init --recursive
99

10-
image:
10+
image:
11+
# Reduce the number of images to test on AppVeyor, to speed up the build
1112
- Visual Studio 2022
12-
- Visual Studio 2019
13-
- Visual Studio 2017
13+
# - Visual Studio 2019
14+
# - Visual Studio 2017
1415
- Visual Studio 2015
1516

1617
# configurations to add to build matrix

0 commit comments

Comments
 (0)