Skip to content

Commit

Permalink
hide the doxygen output, which puts us over the log file length limit…
Browse files Browse the repository at this point in the history
… on Travis CI
  • Loading branch information
atmyers committed Feb 6, 2019
1 parent 1975f1b commit 156800f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_and_deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ rm -rf out/docs_xml/**/* || exit 0

# build the Doxygen documentation
cd Docs/Doxygen
doxygen doxygen.conf
doxygen doxygen.conf &> doxygen.out
cd ../..

mkdir -p out/docs_html
Expand Down

0 comments on commit 156800f

Please sign in to comment.