mirror of
https://github.com/jkriege2/JKQtPlotter.git
synced 2024-12-25 18:11:38 +08:00
using other source for doxygen
This commit is contained in:
parent
39bdc0e44e
commit
e80014af2e
10
.travis.yml
10
.travis.yml
@ -9,13 +9,19 @@ addons:
|
||||
|
||||
install:
|
||||
############################################################################
|
||||
# Install a recent Doxygen
|
||||
# All the dependencies are installed in ${TRAVIS_BUILD_DIR}/deps/
|
||||
############################################################################
|
||||
- DEPS_DIR="${TRAVIS_BUILD_DIR}/deps"
|
||||
- mkdir -p ${DEPS_DIR} && cd ${DEPS_DIR}
|
||||
############################################################################
|
||||
# Install a recent Doxygen DOXYGEN_URL="http://doxygen.nl/files/doxygen-1.8.15.linux.bin.tar.gz"
|
||||
############################################################################
|
||||
- |
|
||||
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"
|
||||
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
|
||||
- doxygen --version
|
||||
|
||||
script:
|
||||
- cd doc
|
||||
|
Loading…
Reference in New Issue
Block a user