Skip to content

Commit

Permalink
AppVeyor: update to Visual Studio 2017
Browse files Browse the repository at this point in the history
Switch all Visual Studio 2015 builds to Visual Studio 2017. It's not a
moving target anymore as the last update, Update 9, has been released.

Closes #3606
  • Loading branch information
MarcelRaad committed Feb 26, 2019
1 parent d0527de commit 7050509
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions appveyor.yml
Expand Up @@ -11,15 +11,15 @@ environment:
TESTING: OFF
SHARED: ON
- APPVEYOR_BUILD_WORKER_IMAGE: "Visual Studio 2017"
PRJ_GEN: "Visual Studio 14 2015 Win64"
PRJ_GEN: "Visual Studio 15 2017 Win64"
PRJ_CFG: Release
OPENSSL: OFF
WINSSL: ON
HTTP_ONLY: OFF
TESTING: OFF
SHARED: ON
- APPVEYOR_BUILD_WORKER_IMAGE: "Visual Studio 2017"
PRJ_GEN: "Visual Studio 14 2015 Win64"
PRJ_GEN: "Visual Studio 15 2017 Win64"
PRJ_CFG: Release
OPENSSL: ON
WINSSL: OFF
Expand All @@ -35,15 +35,15 @@ environment:
TESTING: ON
SHARED: OFF
- APPVEYOR_BUILD_WORKER_IMAGE: "Visual Studio 2017"
PRJ_GEN: "Visual Studio 14 2015 Win64"
PRJ_GEN: "Visual Studio 15 2017 Win64"
PRJ_CFG: Debug
OPENSSL: OFF
WINSSL: OFF
HTTP_ONLY: OFF
TESTING: ON
SHARED: OFF
- APPVEYOR_BUILD_WORKER_IMAGE: "Visual Studio 2017"
PRJ_GEN: "Visual Studio 14 2015 Win64"
PRJ_GEN: "Visual Studio 15 2017 Win64"
PRJ_CFG: Debug
OPENSSL: OFF
WINSSL: OFF
Expand Down

0 comments on commit 7050509

Please sign in to comment.