mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
Update URL to download Doxygen from for Travis
This commit is contained in:
+3
-3
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user