mirror of
https://github.com/json-c/json-c.git
synced 2026-04-01 03:19:06 +08:00
Appveyor: Allow failing builds against newest toolset
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user