diff options
author | Marcel Raad <Marcel.Raad@teamviewer.com> | 2018-10-05 13:02:34 +0200 |
---|---|---|
committer | Marcel Raad <Marcel.Raad@teamviewer.com> | 2018-10-07 15:28:49 +0200 |
commit | aadf7b2293dbaee8daab84f476a0d76f40448ff8 (patch) | |
tree | 1aecbd13dfc287fd7d3677bf54aed3a3ef352bda /appveyor.yml | |
parent | bb744caf2d992bbd04440730c016dec0444fc683 (diff) | |
download | curl-aadf7b2293dbaee8daab84f476a0d76f40448ff8.tar.gz |
AppVeyor: add remaining Visual Studio versions
This adds Visual Studio 9 and 10 builds.
There's no 64-bit VC9 compiler on AppVeyor, so use it as the Win32
build. Also, VC9 cannot be used for running the test suite.
Closes https://github.com/curl/curl/pull/3104
Diffstat (limited to 'appveyor.yml')
-rw-r--r-- | appveyor.yml | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/appveyor.yml b/appveyor.yml index bfcdff382..8f098bf18 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -2,6 +2,11 @@ version: 7.50.0.{build} environment: matrix: + - PRJ_GEN: "Visual Studio 9 2008" + PRJ_CFG: Release + OPENSSL: ON + TESTING: OFF + SHARED: ON - PRJ_GEN: "Visual Studio 11 2012 Win64" PRJ_CFG: Release OPENSSL: ON @@ -17,22 +22,22 @@ environment: OPENSSL: ON TESTING: OFF SHARED: ON - - PRJ_GEN: "Visual Studio 11 2012 Win64" + - PRJ_GEN: "Visual Studio 10 2010 Win64" PRJ_CFG: Release OPENSSL: OFF TESTING: ON SHARED: OFF - - PRJ_GEN: "Visual Studio 12 2013 Win64" + - PRJ_GEN: "Visual Studio 11 2012 Win64" PRJ_CFG: Release OPENSSL: OFF TESTING: ON SHARED: OFF - - PRJ_GEN: "Visual Studio 14 2015 Win64" + - PRJ_GEN: "Visual Studio 12 2013 Win64" PRJ_CFG: Release OPENSSL: OFF TESTING: ON SHARED: OFF - - PRJ_GEN: "Visual Studio 14 2015" + - PRJ_GEN: "Visual Studio 14 2015 Win64" PRJ_CFG: Release OPENSSL: OFF TESTING: ON |