diff mbox series

[v1,1/1] travis: doxygen 1.8.13

Message ID 1505815207-4251-2-git-send-email-odpbot@yandex.ru
State Superseded
Headers show
Series [v1,1/1] travis: doxygen 1.8.13 | expand

Commit Message

Github ODP bot Sept. 19, 2017, 10 a.m. UTC
From: Maxim Uvarov <maxim.uvarov@linaro.org>


Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org>

---
/** Email created from pull request 181 (muvarov:master2)
 ** https://github.com/Linaro/odp/pull/181
 ** Patch: https://github.com/Linaro/odp/pull/181.patch
 ** Base sha: e1c46f8e296a730ed27141a33189185bb7dfd1b1
 ** Merge commit sha: a19aa299b926326c9b8f58cd014ab3df57722770
 **/
 .travis.yml | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/.travis.yml b/.travis.yml
index 43141f9f1..875509cfa 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -39,7 +39,7 @@  addons:
                 packages:
                         - gcc
                         - clang-3.8
-                        - automake autoconf libtool libssl-dev graphviz mscgen doxygen
+                        - automake autoconf libtool libssl-dev graphviz mscgen
                         - libpcap-dev
 #        coverity_scan:
 #                project:
@@ -237,6 +237,13 @@  jobs:
                   install:
                           - true
                   script:
+                          - wget https://github.com/doxygen/doxygen/archive/Release_1_8_13.tar.gz
+                          - tar xpvf Release_1_8_13.tar.gz
+                          - pushd doxygen-Release_1_8_13
+                          - cmake -DCMAKE_INSTALL_PREFIX=/usr .
+                          - sudo make install
+                          - popd
+
                           # doxygen does not trap on warnings, check for them here.
                           - ./bootstrap
                           - ./configure