fixed link to Doxygen

This commit is contained in:
jkriege2 2020-08-28 18:51:58 +02:00
parent 87755ce515
commit 664861d031
2 changed files with 3 additions and 1 deletions

View File

@ -29,6 +29,7 @@ matrix:
- doxygen-latex
- doxygen-gui
- graphviz
- clang-9
install:
- pwd
- doxygen --version
@ -40,7 +41,8 @@ matrix:
############################################################################
# Install a recent Doxygen
############################################################################
- DOXYGEN_URL="http://doxygen.nl/files/doxygen-1.8.18.linux.bin.tar.gz"
#- DOXYGEN_URL="http://doxygen.nl/files/doxygen-1.8.20.linux.bin.tar.gz"
- DOXYGEN_URL="https://raw.githubusercontent.com/jkriege2/JKQtPlotter/master/ci/doxygen-1.8.18.linux.bin.tar.gz"
- mkdir doxygen
- travis_retry wget -O - ${DOXYGEN_URL} | tar --strip-components=1 -xz -C doxygen
- export PATH=${DEPS_DIR}/doxygen/bin:${PATH}

Binary file not shown.