travis: build cppcheck-gui

This commit is contained in:
Matthias Krüger 2013-10-07 16:58:53 +02:00
parent 023d0e7cb8
commit 1cbc8a5d6d
1 changed files with 5 additions and 1 deletions

View File

@ -7,7 +7,11 @@ script:
- make test SRCDIR=build VERIFY=1
- ./cppcheck --error-exitcode=1 -Ilib --enable=style --suppress=duplicateBranch cli gui lib -igui/test
- sudo apt-get update
- sudo apt-get install python-pygments
- sudo apt-get install python-pygments libqt4-core libqt4-gui libqt4-dev qt4-dev-tools qt4-qmake
- cd gui
- qmake
- make
- cd ../
- ./htmlreport/test_htmlreport.py
notifications:
irc: