mirror of
https://github.com/owntone/owntone-server.git
synced 2024-12-25 22:55:56 -05:00
[travis] Run make befor running scan-build
scan-build --status-bugs does not return an error code if make fails with compile errors. Therefor run make as a seperate step to ensure the travis build does not report a false positive.
This commit is contained in:
parent
f4e171db75
commit
7205bc23e3
@ -12,6 +12,8 @@ env:
|
||||
script:
|
||||
- autoreconf -fi
|
||||
- ./configure $CFG
|
||||
- make
|
||||
- make clean
|
||||
- scan-build --status-bugs -disable-checker deadcode.DeadStores make
|
||||
|
||||
before_install:
|
||||
|
Loading…
Reference in New Issue
Block a user