From a92e73dc1829b9731148bff732b1c817355dc254 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20Kr=C3=BCger?= Date: Sat, 12 Oct 2013 11:25:54 +0200 Subject: [PATCH] travis: check htmlreport via --errorlist output --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index 8c3c6cacd..fa6250e5a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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