target "check" in appveyor MSBuild

This commit is contained in:
badair
2016-04-16 04:38:54 -05:00
parent f611dabba8
commit 8dbec4518a

View File

@@ -36,4 +36,4 @@ build_script:
set msbuild_exe="%ProgramFiles(x86)%\MSBuild\14.0\Bin\MSBuild.exe"
echo . | %msbuild_exe% callable_traits.sln /p:Configuration=Debug /p:Platform=Win32 /t:clean /t:"ALL_BUILD" /v:n /nologo
echo . | %msbuild_exe% callable_traits.sln /p:Configuration=Debug /p:Platform=Win32 /t:"check" /t /v:n /nologo