From 717680fdd90daf0c6f32770dfd175adc82999a5f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20Kr=C3=BCger?= Date: Mon, 7 Oct 2013 16:15:21 +0200 Subject: [PATCH] travis: run cppcheck-htmlreport on 2 xml files as test. --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index 11a551ad5..530590349 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,6 +9,10 @@ script: - sudo apt-get update - sudo apt-get install python-pygments - ./htmlreport/test_htmlreport.py + - cd htmlreport + - ./cppcheck-htmlreport --file ../gui/test/data/xmlfiles/xmlreport_v1.xml --title "this is a test" --report-dir . --source-dir ../test/ + - ./cppcheck-htmlreport --file ../gui/test/data/xmlfiles/xmlreport_v2.xml --title "this is a test" --report-dir . --source-dir ../test/ + - cd ../ notifications: irc: channels: