aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorTobias Brunner <tobias@strongswan.org>2016-06-30 10:34:54 +0200
committerTobias Brunner <tobias@strongswan.org>2016-09-05 16:58:29 +0200
commit4e8f5a189cce83c05a953387b3174fdf142b5f7c (patch)
tree757dd803f724cad454a38a462df9eff14e44b626 /.travis.yml
parent94a69986084a092f4ccdcc8e589093167ed9b47f (diff)
downloadstrongswan-4e8f5a189cce83c05a953387b3174fdf142b5f7c.tar.bz2
strongswan-4e8f5a189cce83c05a953387b3174fdf142b5f7c.tar.xz
travis: Add apidoc check
This requires at least Ubuntu 14.04 (the Doxygen version in 12.04 has some issues with our Doxyfile and prints lots of warnings).
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 99176ba00..70a69d5b3 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -42,6 +42,8 @@ matrix:
- compiler: gcc
env: TEST=dist
- compiler: gcc
+ env: TEST=apidoc
+ - compiler: gcc
env: TEST=win64 MONOLITHIC=yes
- compiler: gcc
env: TEST=win32 MONOLITHIC=yes