don't build doxygen docs on every build. This really slows down bamboo
and is probably better done on cron.0.6.0-stable
parent
1776d4d84e
commit
601be9079a
|
@ -61,8 +61,10 @@
|
||||||
<copy file="../${projectdir}.zip" tofile="/home/buildsystem/public_html/${projectdir}-TRUNK.zip" overwrite="true" />
|
<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" />
|
<copy file="../${projectdir}.tar.gz" tofile="/home/buildsystem/public_html/${projectdir}-TRUNK.tar.gz" overwrite="true" />
|
||||||
|
|
||||||
|
<!--
|
||||||
<echo message="Generating Doxygen documentation" />
|
<echo message="Generating Doxygen documentation" />
|
||||||
<exec program="doxygen" workingdir="../doc" commandline="doxygen.conf" />
|
<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>
|
</target>
|
||||||
</project>
|
</project>
|
||||||
|
|
Loading…
Reference in New Issue