Appveyor: Allow failing builds against newest toolset

This commit is contained in:
James Myatt
2015-09-11 13:03:36 +01:00
committed by James Myatt
parent f6f8436e97
commit 17e11e2c92

View File

@@ -1,5 +1,6 @@
version: '{branch}.{build}' version: '{branch}.{build}'
os: Windows Server 2012 R2 os: Windows Server 2012 R2
configuration: configuration:
- Debug - Debug
- Release - Release
@@ -9,11 +10,17 @@ environment:
- PlatformToolset: v140 - PlatformToolset: v140
- PlatformToolset: v120 - PlatformToolset: v120
- PlatformToolset: Windows7.1SDK - PlatformToolset: Windows7.1SDK
build_script: build_script:
- > - >
msbuild "json-c.vcxproj" /m /verbosity:normal msbuild "json-c.vcxproj" /m /verbosity:normal
/logger:"C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll" /logger:"C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll"
/p:PlatformToolset=%PlatformToolset% /p:PlatformToolset=%PlatformToolset%
matrix:
allow_failures:
- PlatformToolset: v140
artifacts: artifacts:
- path: Debug\* - path: Debug\*
name: Debug_x86 name: Debug_x86