mirror of https://github.com/martanne/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:
|
env:
|
||||||
- DEBUG=
|
- DEBUG=
|
||||||
- DEBUG=debug
|
- DEBUG=debug
|
||||||
script: make $DEBUG
|
- SCANBUILD=scan-build
|
||||||
|
script: $SCANBUILD make $DEBUG
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue