mirror of
https://github.com/jkriege2/JKQtPlotter.git
synced 2024-12-26 02:21:43 +08:00
fixed link to Doxygen
This commit is contained in:
parent
87755ce515
commit
664861d031
@ -29,6 +29,7 @@ matrix:
|
|||||||
- doxygen-latex
|
- doxygen-latex
|
||||||
- doxygen-gui
|
- doxygen-gui
|
||||||
- graphviz
|
- graphviz
|
||||||
|
- clang-9
|
||||||
install:
|
install:
|
||||||
- pwd
|
- pwd
|
||||||
- doxygen --version
|
- doxygen --version
|
||||||
@ -40,7 +41,8 @@ matrix:
|
|||||||
############################################################################
|
############################################################################
|
||||||
# Install a recent Doxygen
|
# 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
|
- mkdir doxygen
|
||||||
- travis_retry wget -O - ${DOXYGEN_URL} | tar --strip-components=1 -xz -C doxygen
|
- travis_retry wget -O - ${DOXYGEN_URL} | tar --strip-components=1 -xz -C doxygen
|
||||||
- export PATH=${DEPS_DIR}/doxygen/bin:${PATH}
|
- 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