From ee50edff19b0f07896d51d6aa9e3afe129d96931 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Mon, 26 Nov 2018 15:04:38 +0100 Subject: [PATCH] package/ci: try to use Doxygen 1.8.14, finally. --- package/ci/travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/package/ci/travis.yml b/package/ci/travis.yml index 141a54bd..f2ad94b8 100644 --- a/package/ci/travis.yml +++ b/package/ci/travis.yml @@ -54,7 +54,9 @@ install: - if [ "$WITH_DOXYGEN" == "ON" ]; then mkdir -p $HOME/bin && export PATH=$HOME/bin:$PATH; fi # Download newer Doxygen, as I don't want to care for the old bugs - - if [ "$WITH_DOXYGEN" == "ON" ] && [ ! -f $HOME/bin/doxygen ]; then wget "http://ftp.stack.nl/pub/users/dimitri/doxygen-1.8.13.linux.bin.tar.gz" && tar -xzf doxygen-1.8.13.linux.bin.tar.gz && cp doxygen-1.8.13/bin/doxygen $HOME/bin && doxygen -v; fi + # TODO: use a stable URL once https://github.com/doxygen/doxygen/issues/6393 + # is resolved + - if [ "$WITH_DOXYGEN" == "ON" ] && [ ! -f $HOME/bin/doxygen ]; then wget "http://ftp.stack.nl/pub/users/dimitri/test/doxygen-1.8.14.static_clang.linux.bin.tar.gz" && tar -xzf doxygen-1.8.14.static_clang.linux.bin.tar.gz && cp doxygen-1.8.14/bin/doxygen $HOME/bin && doxygen -v; fi script: # Test the theme. No code coverage there. -- 2.30.2