Try to fix AppVeyor timeout. I would like to have VS2010 debug builds in appveyor but I drop these to save a little time so we will get results again.

This commit is contained in:
Daniel Marjamäki 2016-11-16 15:20:45 +01:00
parent a5d32aa7a5
commit a05f833843
1 changed files with 0 additions and 10 deletions

View File

@ -4,21 +4,11 @@ clone_depth: 10
environment:
matrix:
- VisualStudioVersion: 10.0
platform: "Win32"
configuration: "Debug"
vcvarsall_platform: "x86"
PlatformToolset: "v100"
- VisualStudioVersion: 10.0
platform: "Win32"
configuration: "Release"
vcvarsall_platform: "x86"
PlatformToolset: "v100"
- VisualStudioVersion: 10.0
platform: "x64"
configuration: "Debug"
vcvarsall_platform: "x64"
PlatformToolset: "v100"
- VisualStudioVersion: 10.0
platform: "x64"
configuration: "Release"