travis: check htmlreport via --errorlist output
This commit is contained in:
parent
cd87699eb1
commit
a92e73dc18
|
@ -20,6 +20,10 @@ script:
|
|||
- ./cppcheck-htmlreport --file ./gui_test.xml --title "xml2 + inconclusive test" --report-dir .
|
||||
- ../cppcheck ../gui/test --enable=all --inconclusive --verbose --xml-version=2 2> gui_test.xml
|
||||
- ./cppcheck-htmlreport --file ./gui_test.xml --title "xml2 + inconclusive + verbose test" --report-dir .
|
||||
- ../cppcheck --errorlist > errorlist.xml
|
||||
- ./cppcheck-htmlreport --file ./errorlist.xml --title "errorlist" --report-dir .
|
||||
- ../cppcheck --errorlist --inconclusive --xml-version=2 > errorlist.xml
|
||||
- ./cppcheck-htmlreport --file ./errorlist.xml --title "errorlist" --report-dir .
|
||||
- cd ../
|
||||
- mkdir install_test
|
||||
- make DESTDIR=install_test install
|
||||
|
|
Loading…
Reference in New Issue