mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
chore(travis): make sure to install needed doxygen deps
Otherwise not all nice stuff is generated.
This commit is contained in:
parent
15181c431a
commit
a55b2c53f3
|
@ -19,8 +19,8 @@
|
||||||
# Fail out on error
|
# Fail out on error
|
||||||
set -eu -o pipefail
|
set -eu -o pipefail
|
||||||
|
|
||||||
# Obtain doxygen
|
# Obtain doxygen and its deps
|
||||||
sudo apt-get install doxygen
|
sudo apt-get install doxygen graphviz
|
||||||
|
|
||||||
GIT_DESC=$(git describe --tags 2> /dev/null)
|
GIT_DESC=$(git describe --tags 2> /dev/null)
|
||||||
GIT_CHASH=$(git rev-parse HEAD)
|
GIT_CHASH=$(git rev-parse HEAD)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user