Install latest doxygen

This commit is contained in:
Milo Yip 2014-07-07 23:26:40 +08:00
parent 7384fe979c
commit bb7f2c8e72

View File

@ -11,7 +11,7 @@ env:
before_install:
- sudo add-apt-repository -y ppa:codegear/release
- sudo apt-get update -qq
- sudo apt-get install -y premake4 valgrind doxygen
- sudo apt-get install -y premake4 valgrind
install: true
@ -29,5 +29,15 @@ script:
# - ./perftest_${config_suffix}
after_script:
- cd "${TRAVIS_BUILD_DIR}"
- 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