diff options
author | Marcel Raad <Marcel.Raad@teamviewer.com> | 2019-02-24 13:55:40 +0100 |
---|---|---|
committer | Marcel Raad <Marcel.Raad@teamviewer.com> | 2019-02-26 16:51:26 +0100 |
commit | cb8bd77adac24523c7d4879dd41c9dce249b2c41 (patch) | |
tree | c76b1eb89e6b302e44f091d33fcc18e29f86e73b /appveyor.yml | |
parent | 9593e2a92b89f23b1e894ec3f34c60ba75a4f1ca (diff) | |
download | curl-cb8bd77adac24523c7d4879dd41c9dce249b2c41.tar.gz |
AppVeyor: update to Visual Studio 2017
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 https://github.com/curl/curl/pull/3606
Diffstat (limited to 'appveyor.yml')
-rw-r--r-- | appveyor.yml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/appveyor.yml b/appveyor.yml index 95f2b27a9..77f9091ec 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -11,7 +11,7 @@ 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 @@ -19,7 +19,7 @@ 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: ON WINSSL: OFF @@ -35,7 +35,7 @@ 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 @@ -43,7 +43,7 @@ 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 |