Skip to content

Commit d563f7f

Browse files
committed
Enable experimental VS2017 in CI
1 parent b6776f3 commit d563f7f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

appveyor.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ environment:
1919
matrix:
2020
- COMPILER: "Visual Studio 12 Win64"
2121
- COMPILER: "Visual Studio 14 Win64"
22-
#- COMPILER: "Visual Studio 15 Win64" # Not in appveyor standard image yet
22+
- COMPILER: "Visual Studio 15 Win64"
23+
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
2324

2425
# build platform, i.e. x86, x64, Any CPU.
2526
platform:

0 commit comments

Comments
 (0)