don't build doxygen docs on every build. This really slows down bamboo

and is probably better done on cron.
0.6.0-stable
Sean Dague 2008-09-10 18:14:53 +00:00
parent 1776d4d84e
commit 601be9079a
1 changed files with 3 additions and 1 deletions

View File

@ -61,8 +61,10 @@
<copy file="../${projectdir}.zip" tofile="/home/buildsystem/public_html/${projectdir}-TRUNK.zip" overwrite="true" />
<copy file="../${projectdir}.tar.gz" tofile="/home/buildsystem/public_html/${projectdir}-TRUNK.tar.gz" overwrite="true" />
<!--
<echo message="Generating Doxygen documentation" />
<exec program="doxygen" workingdir="../doc" commandline="doxygen.conf" />
<exec program="rsync" workingdir="../doc" commandline="-avz --delete html/ /home/afrisby/public_html/docs/html/" />
<exec program="rsync" workingdir="../doc" commandline="-az --delete html/ /home/afrisby/public_html/docs/html/" />
-->
</target>
</project>