appveyor: attempt to fix PlatformToolset problem
This commit is contained in:
parent
bb3686e62f
commit
3dfb84ed85
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue