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:
Daniel Marjamäki 2016-11-18 21:54:12 +01:00
parent 5344a5e098
commit 492d618653
1 changed files with 10 additions and 0 deletions

View File

@ -4,11 +4,21 @@ 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"