appveyor: attempt to fix PlatformToolset problem

This commit is contained in:
Daniel Marjamäki 2015-07-16 12:12:52 +02:00
parent bb3686e62f
commit 3dfb84ed85
1 changed files with 1 additions and 2 deletions

View File

@ -3,7 +3,6 @@ version: 1.69.{build}
environment:
VisualStudioVersion: 10.0
configuration:
- Debug
- Release
@ -13,7 +12,7 @@ platform:
- x64
build_script:
- msbuild "cppcheck.sln" /m /verbosity:minimal
- msbuild "cppcheck.sln" /m /verbosity:minimal /p:PlatformToolset=v100
test_script:
- if "%CONFIGURATION%" == "Release" bin\testrunner.exe