From 1cbc8a5d6d1f00a5132b4a21655d506ecba0ec9c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20Kr=C3=BCger?= Date: Mon, 7 Oct 2013 16:58:53 +0200 Subject: [PATCH] travis: build cppcheck-gui --- .travis.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 11a551ad5..df23300f6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: