build - add retry for doxygen install and suppress tar output

This commit is contained in:
thephez 2018-01-25 14:54:09 -05:00
parent 4b7b3408bc
commit 553c69a336
2 changed files with 2 additions and 2 deletions

View file

@ -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