Merge pull request #177 from matthiaskrgr/travis

travis: build cppcheck-gui
This commit is contained in:
Daniel Marjamäki 2013-10-07 10:10:27 -07:00
commit a98460fd7e
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: