mirror of
https://github.com/libSDL2pp/libSDL2pp.git
synced 2025-08-03 10:55:57 -04:00
Install graphviz, needed for doxygen
This commit is contained in:
parent
e7610283a5
commit
2b1d9bf42e
@ -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"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user