Skip to content

Commit

Permalink
Fix build.sh on bamboo.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jasper Blues committed Dec 15, 2014
1 parent d54fab4 commit 0c5ee2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ echo '--------------------------------------------------------------------------
#Produce API Documentation
echo "Generating Doxygen documentation"
echo '--------------------------------------------------------------------------------'
doxygen > ${reportsDir}/doxygen_out.txt 2>&1
doxygen > ${reportsDir}/doxygen_out.txt 2>&1 || true
ditto ${resourceDir}/navtree.css ${reportsDir}/api
ditto ${resourceDir}/doxygen.png ${reportsDir}/api

Expand Down

0 comments on commit 0c5ee2e

Please sign in to comment.