1 COVLOGIN=myemail@corp.com
2 COVTOKEN=aAbBcCdDeEfFgGhHiIjJkK
3 # Toolchain available at https://scan.coverity.com/download
4 COVBINDIR="/opt/cov-analysis-linux64-2020.09/bin"
5 # Nickname included in scan description:
14 # Depending if your kernel > 4.8.x, you might need to activate this to run Coverity executables
15 # (but latest tools with kernel 5.2 run fine)
16 #sysctl vsyscall=emulate
18 export PATH="$PATH:$COVBINDIR"
20 function pre_build_hook() {
21 # tmp dir will be /tmp/cov-$username/
22 # It's the good place if you need to redirect to elsewhere with a symlink
26 function post_build_hook() {
30 function pre_submit_hook() {
34 function post_submit_hook() {
35 # Clean up build folders?
37 echo "Coverity build cleaned"