From 97d331e73a7d16f401ae7b517dc7fb1f07607054 Mon Sep 17 00:00:00 2001 From: DDuarte Date: Mon, 27 Mar 2017 01:31:11 +0100 Subject: [PATCH] Add Coverity badge --- README.md | 5 +++++ coverity.bat | 3 +++ 2 files changed, 8 insertions(+) create mode 100644 coverity.bat diff --git a/README.md b/README.md index 57b84cf8..b9d03eb3 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,11 @@ SpellWork ========= + + Coverity Scan Build Status + + SpellWork is a tool to browse and display information about World of Wacraft spells. It is implemented in .NET and it runs on Windows and Linux (with Mono). diff --git a/coverity.bat b/coverity.bat new file mode 100644 index 00000000..4126a1a9 --- /dev/null +++ b/coverity.bat @@ -0,0 +1,3 @@ +cov-build --dir cov-int "C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\MSBuild\15.0\Bin\amd64\MSBuild.exe" SpellWork.sln /t:Rebuild +tar czvf spellwork.tgz cov-int +REM upload spellwork.tgz to https://scan.coverity.com/projects/12196/builds/new?tab=upload