config/build - Switch back to apt installed doxygen

This commit is contained in:
thephez 2018-01-25 16:05:30 -05:00
parent 8c3fd56902
commit 611dc3015e
2 changed files with 1 additions and 2 deletions

View file

@ -10,7 +10,6 @@ env:
- DOXYFILE: $TRAVIS_BUILD_DIR/doxygen/Doxyfile-dashdocs - DOXYFILE: $TRAVIS_BUILD_DIR/doxygen/Doxyfile-dashdocs
before_install: before_install:
- . $TRAVIS_BUILD_DIR/scripts/install-doxygen.sh
- gem update --system - gem update --system
- gem install bundler - gem install bundler

View file

@ -50,7 +50,7 @@ cp $TRAVIS_BUILD_DIR/doxygen/* doc/
##### Generate the Doxygen code documentation and log the output. ##### ##### Generate the Doxygen code documentation and log the output. #####
echo 'Generating Doxygen code documentation...' echo 'Generating Doxygen code documentation...'
# Redirect both stderr and stdout to the log file AND the console. # Redirect both stderr and stdout to the log file AND the console.
~/doxygen $DOXYFILE 2>&1 | tee doxygen.log doxygen $DOXYFILE 2>&1 | tee doxygen.log
echo 'Done generating Doxygen code documentation...' echo 'Done generating Doxygen code documentation...'
#cat doxygen.log #cat doxygen.log