added extras/coverity/ directory for Coverity script
This commit is contained in:
Executable
+10
@@ -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
|
||||
Reference in New Issue
Block a user