]> git.ipfire.org Git - thirdparty/json-c.git/commitdiff
Appveyor: Allow failing builds against newest toolset
authorJames Myatt <james.myatt@tessella.com>
Fri, 11 Sep 2015 12:03:36 +0000 (13:03 +0100)
committerJames Myatt <james@jamesmyatt.co.uk>
Fri, 9 Oct 2015 22:54:14 +0000 (23:54 +0100)
appveyor.yml

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