Add standalone scan-build script
For running scan-build outside of CI, e.g. `./script/scan-build -j4`
This commit is contained in:
parent
7171664eec
commit
9135d14b81
1 changed files with 7 additions and 0 deletions
7
script/scan-build
Executable file
7
script/scan-build
Executable file
|
|
@ -0,0 +1,7 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
set -e
|
||||
|
||||
. script/lib.sh
|
||||
|
||||
scan_build make "$@"
|
||||
Loading…
Add table
Add a link
Reference in a new issue