mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 17:56:16 +00:00
build - add retry for doxygen install and suppress tar output
This commit is contained in:
parent
4b7b3408bc
commit
553c69a336
2 changed files with 2 additions and 2 deletions
|
@ -10,7 +10,7 @@ env:
|
|||
- DOXYFILE: $TRAVIS_BUILD_DIR/doxygen/Doxyfile-dashdocs
|
||||
|
||||
before_install:
|
||||
- . $TRAVIS_BUILD_DIR/scripts/install-doxygen.sh
|
||||
- travis-retry . $TRAVIS_BUILD_DIR/scripts/install-doxygen.sh
|
||||
- gem update --system
|
||||
- gem install bundler
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@ set -ex
|
|||
wget -q http://ftp.stack.nl/pub/users/dimitri/doxygen-1.8.14.linux.bin.tar.gz
|
||||
|
||||
echo "Decompressing..."
|
||||
tar -xzvf doxygen-1.8.14.linux.bin.tar.gz
|
||||
tar -xzf doxygen-1.8.14.linux.bin.tar.gz
|
||||
|
||||
echo "Configure and Install Doxygen"
|
||||
cd doxygen-1.8.14 && ./configure && make install
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue