Merge pull request #250 from matthiaskrgr/travis
travis: add gdb as dependency, it is used for cppcheck-gui.
This commit is contained in:
commit
a7ac1273db
|
@ -18,7 +18,7 @@ matrix:
|
|||
before_install:
|
||||
# install needed deps
|
||||
- sudo apt-get update -qq
|
||||
- sudo apt-get install -qq python-pygments libqt4-core libqt4-gui libqt4-dev qt4-dev-tools qt4-qmake libxml2-utils libpcre3
|
||||
- sudo apt-get install -qq python-pygments libqt4-core libqt4-gui libqt4-dev qt4-dev-tools qt4-qmake libxml2-utils libpcre3 gdb
|
||||
script:
|
||||
# compile cppcheck, default build
|
||||
- make -j4
|
||||
|
|
Loading…
Reference in New Issue