Unverified Commit c136acf0 authored by zhao xin's avatar zhao xin Committed by GitHub

Update travis-doxygen.sh

parent b2861565
......@@ -46,11 +46,7 @@ abort() {
# install doxygen binary distribution
doxygen_install()
{
wget -O - "${DOXYGEN_URL}" | \
tar xz -C ${TMPDIR-/tmp} ${DOXYGEN_VER}/bin/doxygen
export PATH="${TMPDIR-/tmp}/${DOXYGEN_VER}/bin:$PATH"
cd ${TMPDIR-/tmp}
cd ${TMPDIR-/tmp}
curl ${DOXYGEN_URL} -o doxygen.tar.gz
tar zxvf doxygen.tar.gz
mkdir doxygen_build
......@@ -60,7 +56,7 @@ doxygen_install()
export PATH="${TMPDIR-/tmp}/doxygen_build/bin:$PATH"
cd ../../
cd ../../
}
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