Revert "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 reverts commit a05f833843
.
I think these problems where caused by thread bug.
This commit is contained in:
parent
5344a5e098
commit
492d618653
10
appveyor.yml
10
appveyor.yml
|
@ -4,11 +4,21 @@ clone_depth: 10
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
matrix:
|
matrix:
|
||||||
|
- VisualStudioVersion: 10.0
|
||||||
|
platform: "Win32"
|
||||||
|
configuration: "Debug"
|
||||||
|
vcvarsall_platform: "x86"
|
||||||
|
PlatformToolset: "v100"
|
||||||
- VisualStudioVersion: 10.0
|
- VisualStudioVersion: 10.0
|
||||||
platform: "Win32"
|
platform: "Win32"
|
||||||
configuration: "Release"
|
configuration: "Release"
|
||||||
vcvarsall_platform: "x86"
|
vcvarsall_platform: "x86"
|
||||||
PlatformToolset: "v100"
|
PlatformToolset: "v100"
|
||||||
|
- VisualStudioVersion: 10.0
|
||||||
|
platform: "x64"
|
||||||
|
configuration: "Debug"
|
||||||
|
vcvarsall_platform: "x64"
|
||||||
|
PlatformToolset: "v100"
|
||||||
- VisualStudioVersion: 10.0
|
- VisualStudioVersion: 10.0
|
||||||
platform: "x64"
|
platform: "x64"
|
||||||
configuration: "Release"
|
configuration: "Release"
|
||||||
|
|
Loading…
Reference in New Issue