Commit bb7f2c8e authored by Milo Yip's avatar Milo Yip

Install latest doxygen

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