From 58d2880291865c96b2357502fb93b0a2cc360cae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kacper=20Michaj=C5=82ow?= Date: Fri, 8 Jan 2016 20:04:05 +0100 Subject: Use MSVC 2015 for coverity scan. --- contrib/coverity.bat | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'contrib') diff --git a/contrib/coverity.bat b/contrib/coverity.bat index 3dcd21c61..e50fc7593 100755 --- a/contrib/coverity.bat +++ b/contrib/coverity.bat @@ -1,5 +1,5 @@ @ECHO OFF -REM (C) 2013-2015 see Authors.txt +REM (C) 2013-2016 see Authors.txt REM REM This file is part of MPC-HC. REM @@ -37,14 +37,14 @@ IF EXIST "cov_upload.log" DEL "cov_upload.log" :Main -CALL "..\build.bat" clean Lite Both Main Release silent -CALL "..\build.bat" clean Filters Both Release silent -CALL "..\build.bat" clean IconLib Both Release silent -CALL "..\build.bat" clean Api Both Release silent -"%COV_PATH%\bin\cov-build.exe" --dir cov-int "..\build.bat" Build Lite Both Main Release silent -"%COV_PATH%\bin\cov-build.exe" --dir cov-int "..\build.bat" Build Filters Both Release silent -"%COV_PATH%\bin\cov-build.exe" --dir cov-int "..\build.bat" Build IconLib Both Release silent -"%COV_PATH%\bin\cov-build.exe" --dir cov-int "..\build.bat" Build Api Both Release silent +CALL "..\build.bat" clean Lite Both Main Release VS2015 silent +CALL "..\build.bat" clean Filters Both Release VS2015 silent +CALL "..\build.bat" clean IconLib Both Release VS2015 silent +CALL "..\build.bat" clean Api Both Release VS2015 silent +"%COV_PATH%\bin\cov-build.exe" --dir cov-int "..\build.bat" Build Lite Both Main Release VS2015 silent +"%COV_PATH%\bin\cov-build.exe" --dir cov-int "..\build.bat" Build Filters Both Release VS2015 silent +"%COV_PATH%\bin\cov-build.exe" --dir cov-int "..\build.bat" Build IconLib Both Release VS2015 silent +"%COV_PATH%\bin\cov-build.exe" --dir cov-int "..\build.bat" Build Api Both Release VS2015 silent IF %ERRORLEVEL% NEQ 0 (CALL "%COMMON%" :SubMsg "ERROR" "Build failed." & EXIT /B) -- cgit v1.2.3