appveyor: attempt to fix PlatformToolset problem
This commit is contained in:
parent
bb3686e62f
commit
3dfb84ed85
|
@ -3,7 +3,6 @@ version: 1.69.{build}
|
||||||
environment:
|
environment:
|
||||||
VisualStudioVersion: 10.0
|
VisualStudioVersion: 10.0
|
||||||
|
|
||||||
|
|
||||||
configuration:
|
configuration:
|
||||||
- Debug
|
- Debug
|
||||||
- Release
|
- Release
|
||||||
|
@ -13,7 +12,7 @@ platform:
|
||||||
- x64
|
- x64
|
||||||
|
|
||||||
build_script:
|
build_script:
|
||||||
- msbuild "cppcheck.sln" /m /verbosity:minimal
|
- msbuild "cppcheck.sln" /m /verbosity:minimal /p:PlatformToolset=v100
|
||||||
|
|
||||||
test_script:
|
test_script:
|
||||||
- if "%CONFIGURATION%" == "Release" bin\testrunner.exe
|
- if "%CONFIGURATION%" == "Release" bin\testrunner.exe
|
||||||
|
|
Loading…
Reference in New Issue