mirror of
https://github.com/owntone/owntone-server.git
synced 2024-12-27 07:35:57 -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:
|
script:
|
||||||
- autoreconf -fi
|
- autoreconf -fi
|
||||||
- ./configure $CFG
|
- ./configure $CFG
|
||||||
|
- make
|
||||||
|
- make clean
|
||||||
- scan-build --status-bugs -disable-checker deadcode.DeadStores make
|
- scan-build --status-bugs -disable-checker deadcode.DeadStores make
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
|
Loading…
Reference in New Issue
Block a user