Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/mpc-hc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@users.sourceforge.net>2013-01-08 21:09:04 +0400
committerXhmikosR <xhmikosr@users.sourceforge.net>2013-01-08 21:26:41 +0400
commitfc2cfb2c3b6d11b03d4e35dd2068cd21e8c54407 (patch)
treed7ca895c561356e5e7f5c856486bc0691dd6da44 /contrib
parentdb1adb4b8e1fde87f0de3879426e373ef308c7f7 (diff)
add coverity scan scripts
Diffstat (limited to 'contrib')
-rw-r--r--contrib/coverty.bat10
-rw-r--r--contrib/mpc-hc-covbuild.bat1
2 files changed, 11 insertions, 0 deletions
diff --git a/contrib/coverty.bat b/contrib/coverty.bat
new file mode 100644
index 000000000..dd5d83696
--- /dev/null
+++ b/contrib/coverty.bat
@@ -0,0 +1,10 @@
+@ECHO OFF
+
+SET COVDIR=H:\progs\thirdparty\cov-analysis-win64-6.0.5
+
+CALL "%VS110COMNTOOLS%..\..\VC\vcvarsall.bat" x86
+
+"%COVDIR%\bin\cov-build.exe" --dir cov-int mpc-hc-covbuild.bat
+"%PROGRAMFILES%\7za.exe" a -ttar MPC-HC.tar cov-int
+"%PROGRAMFILES%\7za.exe" a -tgzip MPC-HC.tgz MPC-HC.tar
+IF EXIST "MPC-HC.tar" DEL "MPC-HC.tar"
diff --git a/contrib/mpc-hc-covbuild.bat b/contrib/mpc-hc-covbuild.bat
new file mode 100644
index 000000000..bfcf4576f
--- /dev/null
+++ b/contrib/mpc-hc-covbuild.bat
@@ -0,0 +1 @@
+devenv "..\mpc-hc_vs2012.sln" /project "..\src\mpc-hc\mpc-hc.vcxproj" /Rebuild "Release|Win32"