mirror of
https://github.com/curl/curl.git
synced 2026-01-18 17:21:26 +01:00
appveyor: add VS2010 x86 Release VS project job and switch VS2013 to x64
To have a test case for VS2010 after bumping to minimum Vista. Ref: #18009 Closes #19570
This commit is contained in:
@@ -148,10 +148,17 @@ environment:
|
||||
|
||||
# generated VisualStudioSolution-based builds
|
||||
|
||||
- job_name: 'VisualStudioSolution VS2013, Debug, x86, Schannel, Build-only'
|
||||
- job_name: 'VisualStudioSolution VS2010, Release, x86, Schannel, Build-only'
|
||||
APPVEYOR_BUILD_WORKER_IMAGE: 'Visual Studio 2013'
|
||||
BUILD_SYSTEM: VisualStudioSolution
|
||||
PRJ_CFG: 'DLL Release - DLL Windows SSPI - DLL WinIDN'
|
||||
PLAT: 'Win32'
|
||||
VC_VERSION: VC10
|
||||
- job_name: 'VisualStudioSolution VS2013, Debug, x64, Schannel, Build-only'
|
||||
APPVEYOR_BUILD_WORKER_IMAGE: 'Visual Studio 2015'
|
||||
BUILD_SYSTEM: VisualStudioSolution
|
||||
PRJ_CFG: 'DLL Debug - DLL Windows SSPI - DLL WinIDN'
|
||||
PLAT: 'x64'
|
||||
VC_VERSION: VC12
|
||||
|
||||
install:
|
||||
|
||||
Reference in New Issue
Block a user