forked from github/abduco
travis: try to run clang analyzer upon build time
This commit is contained in:
parent
fd26003cce
commit
4fa38bb62e
|
|
@ -5,4 +5,5 @@ compiler:
|
|||
env:
|
||||
- DEBUG=
|
||||
- DEBUG=debug
|
||||
script: make $DEBUG
|
||||
- SCANBUILD=scan-build
|
||||
script: $SCANBUILD make $DEBUG
|
||||
|
|
|
|||
Loading…
Reference in New Issue