Commit 4a49c5ef authored by Milo Yip's avatar Milo Yip

build doxygen

parent 1f655cb4
......@@ -28,6 +28,6 @@ script:
# - valgrind --leak-check=full --error-exitcode=1 ./unittest_${config_suffix}
# - ./perftest_${config_suffix}
after_script:
after_success :
- cd "${TRAVIS_BUILD_DIR}"
- doxygen build/Doxyfile
- build/travis_doxygen.sh
#!/bin/sh
if ["${config}"="release64" && "$CC"="clang"] then exit 0 fi
cd /tmp
git clone https://github.com/doxygen/doxygen.git
cd doxygen
./configure
make
make distclean
git pull
./configure
make
make install
cd "${TRAVIS_BUILD_DIR}
doxygen build/Doxyfile
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