mirror of
https://github.com/jkriege2/JKQtPlotter.git
synced 2024-12-25 10:01:38 +08:00
fixed link to Doxygen
This commit is contained in:
parent
87755ce515
commit
664861d031
@ -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}
|
||||
|
BIN
ci/doxygen-1.8.18.linux.bin.tar.gz
Normal file
BIN
ci/doxygen-1.8.18.linux.bin.tar.gz
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user