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 18:26:44 +0400
committerMilo Yip <miloyip@gmail.com>2014-07-07 18:26:44 +0400
commitfc8bd7541d65c94932c714ad5d45a0d984c5798f (patch)
treef92d516c6f8b5d5f1fbaca0762214bb0b72a3773 /.travis.yml
parent8d612570c86b68b54e4b2350a840ff984860f11c (diff)
Try running doxygen
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml9
1 files changed, 9 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 74a2a2fe..71ff2af3 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -12,6 +12,7 @@ before_install:
- sudo add-apt-repository -y ppa:codegear/release
- sudo apt-get update -qq
- sudo apt-get install -y premake4 valgrind
+ - sudo apt-get install doxygen
install: true
@@ -27,3 +28,11 @@ script:
- ./unittest_${config_suffix}
- valgrind --leak-check=full --error-exitcode=1 ./unittest_${config_suffix}
- ./perftest_${config_suffix}
+
+after_script:
+ - doxygen build/Doxyfile
+
+matrix:
+ include:
+ - compiler=clang
+ config=release64