Unverified Commit 02d4ae83 authored by zhao xin's avatar zhao xin Committed by GitHub

Update travis-doxygen.sh

parent 4c1d9edb
...@@ -46,17 +46,17 @@ abort() { ...@@ -46,17 +46,17 @@ abort() {
# install doxygen binary distribution # install doxygen binary distribution
doxygen_install() doxygen_install()
{ {
cd ${TMPDIR-/tmp} cd ${TMPDIR-/tmp}
curl ${DOXYGEN_URL} -o doxygen.tar.gz curl ${DOXYGEN_URL} -o doxygen.tar.gz
tar zxvf doxygen.tar.gz tar zxvf doxygen.tar.gz
mkdir doxygen_build mkdir doxygen_build
cd doxygen_build cd doxygen_build
cmake ../doxygen-Release_${DOXYGEN_VER}/ cmake ../doxygen-Release_${DOXYGEN_VER}/
make make
export PATH="${TMPDIR-/tmp}/doxygen_build/bin:$PATH" export PATH="${TMPDIR-/tmp}/doxygen_build/bin:$PATH"
cd ../../ cd ../../
} }
doxygen_run() doxygen_run()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment