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:
parent
a5d32aa7a5
commit
a05f833843
10
appveyor.yml
10
appveyor.yml
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue