Update URL to download Doxygen from for Travis

This commit is contained in:
Oliver Hamlet
2018-12-08 21:39:53 +00:00
parent 9ead05bf1f
commit 2fada874dc
+3 -3
View File
@@ -30,10 +30,10 @@ install:
- export PATH="$HOME/.local/bin:$PATH"
# Don't install Doxygen from the repositories, it also gets the LaTeX packages
# so is a ~ 700 MB download.
- wget ftp://ftp.stack.nl/pub/users/dimitri/doxygen-1.8.12.linux.bin.tar.gz
- tar -xf doxygen-1.8.12.linux.bin.tar.gz
- wget http://doxygen.nl/files/doxygen-1.8.14.linux.bin.tar.gz
- tar -xf doxygen-1.8.14.linux.bin.tar.gz
# Add Doxygen binary path to PATH
- export PATH="$PWD/doxygen-1.8.12/bin:$PATH"
- export PATH="$PWD/doxygen-1.8.14/bin:$PATH"
# Install cbindgen for generating C++ headers for Rust dependencies.
- cbindgen --version || cargo install cbindgen --version 0.6.6