mirror of
https://github.com/moparisthebest/curl
synced 2024-11-15 14:05:03 -05: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:
parent
bb744caf2d
commit
aadf7b2293
15
appveyor.yml
15
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,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 .
|
||||
|
Loading…
Reference in New Issue
Block a user