Install graphviz, needed for doxygen

This commit is contained in:
Dmitry Marakasov 2019-02-12 22:52:43 +03:00
parent e7610283a5
commit 2b1d9bf42e

View File

@ -16,7 +16,7 @@ matrix:
env: CXXSTD=c++1y BUILD_STATIC=yes env: CXXSTD=c++1y BUILD_STATIC=yes
before_install: before_install:
- sudo apt-get update -qq - sudo apt-get update -qq
- sudo apt-get install -qq cmake libsdl2-dev cppcheck doxygen pulseaudio - sudo apt-get install -qq cmake libsdl2-dev cppcheck doxygen pulseaudio graphviz
- |- - |-
if [ -n "${BUILD_COVERAGE}" ]; then if [ -n "${BUILD_COVERAGE}" ]; then
export CMAKE_EXTRA_ARGS="${CMAKE_EXTRA_ARGS} -DCMAKE_BUILD_TYPE=Coverage" export CMAKE_EXTRA_ARGS="${CMAKE_EXTRA_ARGS} -DCMAKE_BUILD_TYPE=Coverage"