Try build doxygen

This commit is contained in:
Milo Yip 2014-07-08 00:29:08 +08:00
parent 4a49c5eff6
commit 0e092bdb13
2 changed files with 2 additions and 2 deletions

View File

@ -30,4 +30,4 @@ script:
after_success : after_success :
- cd "${TRAVIS_BUILD_DIR}" - cd "${TRAVIS_BUILD_DIR}"
- build/travis_doxygen.sh - ./build/travis_doxygen.sh

View File

@ -10,7 +10,7 @@ make distclean
git pull git pull
./configure ./configure
make make
make install sudo make install
cd "${TRAVIS_BUILD_DIR} cd "${TRAVIS_BUILD_DIR}
doxygen build/Doxyfile doxygen build/Doxyfile