added extras/coverity/ directory for Coverity script
This commit is contained in:
parent
666d150aff
commit
5fadf56af4
10
extras/coverity/coverity_scan.sh
Executable file
10
extras/coverity/coverity_scan.sh
Executable file
@ -0,0 +1,10 @@
|
||||
#!/bin/sh +x
|
||||
|
||||
make clean
|
||||
export PATH=$PATH:/home/mbr/coverity/cov-analysis-linux64-7.5.0/bin
|
||||
cov-build --dir cov-int make
|
||||
tar cvfz fwknop.tgz cov-int
|
||||
|
||||
echo "[+] Submit build tarball (./fwknop.tgz) here: http://scan.coverity.com/upload.html"
|
||||
|
||||
exit
|
||||
Loading…
x
Reference in New Issue
Block a user