Appveyor: Add logger so we can see `Compilation messages` on a dedicated tab

This commit is contained in:
vBm 2016-02-02 14:47:46 +01:00 committed by PKEuS
parent 298e2f2cb4
commit b372ef206a
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ platform:
- Win32
build_script:
- msbuild "cppcheck.sln" /m /verbosity:minimal /p:PlatformToolset=v100
- msbuild "cppcheck.sln" /m /verbosity:minimal /p:PlatformToolset=v100 /logger:"C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll"
test_script:
- if "%CONFIGURATION%" == "Release" bin\testrunner.exe