Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/miloyip/rapidjson.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMilo Yip <miloyip@gmail.com>2014-07-07 19:26:40 +0400
committerMilo Yip <miloyip@gmail.com>2014-07-07 19:26:40 +0400
commitbb7f2c8e722ec7e235e1eec71640504ffb0cf2d8 (patch)
treeed94c7ce489bbaa1e5e59a0da7c78c24f63b70db /.travis.yml
parent7384fe979c4f65196ae939c9f5bce1933723dc08 (diff)
Install latest doxygen
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml12
1 files changed, 11 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index a103074a..7063b41a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -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
@@ -30,4 +30,14 @@ 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}"
- doxygen build/Doxyfile