9 lines
104 B
Bash
9 lines
104 B
Bash
|
#!/bin/sh
|
||
|
#
|
||
|
# Perform various static code analysis checks
|
||
|
#
|
||
|
|
||
|
. ${0%/*}/lib-travisci.sh
|
||
|
|
||
|
make coccicheck
|