Browse Source

chore(travis): make sure to install needed doxygen deps

Otherwise not all nice stuff is generated.
pull/3799/head
Zetok Zalbavar 9 years ago
parent
commit
a55b2c53f3
No known key found for this signature in database
GPG Key ID: C953D3880212068A
  1. 4
      .travis/build-docs.sh

4
.travis/build-docs.sh

@ -19,8 +19,8 @@ @@ -19,8 +19,8 @@
# Fail out on error
set -eu -o pipefail
# Obtain doxygen
sudo apt-get install doxygen
# Obtain doxygen and its deps
sudo apt-get install doxygen graphviz
GIT_DESC=$(git describe --tags 2> /dev/null)
GIT_CHASH=$(git rev-parse HEAD)

Loading…
Cancel
Save