travis: check htmlreport via --errorlist output

This commit is contained in:
Matthias Krüger 2013-10-12 11:25:54 +02:00
parent cd87699eb1
commit a92e73dc18
1 changed files with 4 additions and 0 deletions

View File

@ -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