From 3a2f8a29d06186b5c0862eb67eee8f20fc747c5c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Janiszewski?= Date: Thu, 5 Jan 2017 00:45:05 +0100 Subject: [PATCH] Disable MSVC 2017 RC on AppVeyor I don't recall a build that would fail on MSVC15, but not on MSVC14. Testing with both of them provides little benefit, while causing huge delays in builds on AppVeyor. In due time this can be re-enabled or AppVeyor setup can be moved fully to MSVC15 when it becomes released. Last known commit to pass is b1018ae. --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 233a854a99..0f85f297d4 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,7 +1,7 @@ version: 0.0.6.{build} image: - Visual Studio 2015 - - Visual Studio 2017 RC +# - Visual Studio 2017 RC cache: - C:\ProgramData\chocolatey\bin -> scripts\ps\appveyor_install.ps1 - C:\ProgramData\chocolatey\lib -> scripts\ps\appveyor_install.ps1