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