added doxygen binary locally

This commit is contained in:
Jan W. Krieger 2019-01-15 11:57:11 +01:00
parent e80014af2e
commit a5dfc41e19
2 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ install:
# Install a recent Doxygen DOXYGEN_URL="http://doxygen.nl/files/doxygen-1.8.15.linux.bin.tar.gz"
############################################################################
- |
DOXYGEN_URL="https://ja.osdn.net/frs/g_redir.php?m=kent&f=doxygen%2Frel-1.8.15%2Fdoxygen-1.8.15.linux.bin.tar.gz"
DOXYGEN_URL="https://github.com/jkriege2/JKQtPlotter/blob/master/travistools/doxygen-1.8.15.linux.bin.tar.gz"
mkdir doxygen && travis_retry wget --quiet -O - ${DOXYGEN_URL} | tar --strip-components=1 -xz -C doxygen
export PATH=${DEPS_DIR}/doxygen/bin:${PATH}
doxygen --version

Binary file not shown.