Skip to content

Commit

Permalink
Update travis-doxygen.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
esrrhs authored Sep 25, 2019
1 parent 4c1d9ed commit 02d4ae8
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions travis-doxygen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,17 +46,17 @@ abort() {
# install doxygen binary distribution
doxygen_install()
{
cd ${TMPDIR-/tmp}
curl ${DOXYGEN_URL} -o doxygen.tar.gz
tar zxvf doxygen.tar.gz
mkdir doxygen_build
cd doxygen_build
cmake ../doxygen-Release_${DOXYGEN_VER}/
make
cd ${TMPDIR-/tmp}
curl ${DOXYGEN_URL} -o doxygen.tar.gz
tar zxvf doxygen.tar.gz
mkdir doxygen_build
cd doxygen_build
cmake ../doxygen-Release_${DOXYGEN_VER}/
make

export PATH="${TMPDIR-/tmp}/doxygen_build/bin:$PATH"
export PATH="${TMPDIR-/tmp}/doxygen_build/bin:$PATH"

cd ../../
cd ../../
}

doxygen_run()
Expand Down

0 comments on commit 02d4ae8

Please sign in to comment.