1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00

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
This commit is contained in:
Marcel Raad 2018-10-05 13:02:34 +02:00
parent bb744caf2d
commit aadf7b2293
No known key found for this signature in database
GPG Key ID: 07ADACB610D796DA

View File

@ -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,6 +22,11 @@ environment:
OPENSSL: ON
TESTING: OFF
SHARED: ON
- PRJ_GEN: "Visual Studio 10 2010 Win64"
PRJ_CFG: Release
OPENSSL: OFF
TESTING: ON
SHARED: OFF
- PRJ_GEN: "Visual Studio 11 2012 Win64"
PRJ_CFG: Release
OPENSSL: OFF
@ -32,11 +42,6 @@ environment:
OPENSSL: OFF
TESTING: ON
SHARED: OFF
- PRJ_GEN: "Visual Studio 14 2015"
PRJ_CFG: Release
OPENSSL: OFF
TESTING: ON
SHARED: OFF
build_script:
- cmake .