2015-09-11 12:20:44 +01:00
|
|
|
version: '{branch}.{build}'
|
|
|
|
|
os: Windows Server 2012 R2
|
2015-09-11 13:03:36 +01:00
|
|
|
|
2015-09-11 12:20:44 +01:00
|
|
|
configuration:
|
|
|
|
|
- Debug
|
|
|
|
|
- Release
|
|
|
|
|
platform: x64
|
|
|
|
|
environment:
|
|
|
|
|
matrix:
|
|
|
|
|
- PlatformToolset: v140
|
|
|
|
|
- PlatformToolset: v120
|
|
|
|
|
- PlatformToolset: Windows7.1SDK
|
2015-09-11 13:03:36 +01:00
|
|
|
|
2015-09-11 12:20:44 +01:00
|
|
|
build_script:
|
|
|
|
|
- >
|
|
|
|
|
msbuild "json-c.vcxproj" /m /verbosity:normal
|
|
|
|
|
/logger:"C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll"
|
|
|
|
|
/p:PlatformToolset=%PlatformToolset%
|
2015-09-11 13:03:36 +01:00
|
|
|
|
|
|
|
|
matrix:
|
|
|
|
|
allow_failures:
|
|
|
|
|
- PlatformToolset: v140
|
|
|
|
|
|
2015-09-11 12:20:44 +01:00
|
|
|
artifacts:
|
|
|
|
|
- path: Debug\*
|
|
|
|
|
name: Debug_x86
|
|
|
|
|
- path: Release\*
|
|
|
|
|
name: Release_x86
|
|
|
|
|
- path: x64\Debug\*
|
|
|
|
|
name: Debug_x64
|
|
|
|
|
- path: x64\Release\*
|
|
|
|
|
name: Release_x64
|