Travis: try to fix build problem by installing xml library
This commit is contained in:
parent
4946f772ef
commit
f6e282f8c9
|
@ -26,7 +26,7 @@ matrix:
|
||||||
before_install:
|
before_install:
|
||||||
# install needed deps
|
# install needed deps
|
||||||
- sudo apt-get update -qq
|
- 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 gdb unzip
|
- sudo apt-get install -qq python-pygments libqt4-core libqt4-gui libqt4-dev libqt4-xml qt4-dev-tools qt4-qmake libxml2-utils libpcre3 gdb unzip
|
||||||
|
|
||||||
script:
|
script:
|
||||||
# download clang git, compile cppcheck, run cppcheck on clang code to look for crashes in cppcheck. if this is done, terminate build
|
# download clang git, compile cppcheck, run cppcheck on clang code to look for crashes in cppcheck. if this is done, terminate build
|
||||||
|
|
Loading…
Reference in New Issue