mirror of
https://github.com/opensim/opensim.git
synced 2026-08-09 02:36:00 +08:00
* Committing a change to our build script to generate doxygen documentation with each build. Thanks MikeM. (Issue#1279)
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
<touch file="../${projectdir}/bin/startup_commands.txt" />
|
||||
|
||||
<mkdir dir="../test-results" />
|
||||
|
||||
|
||||
<zip zipfile="../${projectdir}.zip">
|
||||
<fileset basedir="${projectdir}/">
|
||||
<include name="**" />
|
||||
@@ -33,8 +33,19 @@
|
||||
<include name="**" />
|
||||
</fileset>
|
||||
</tar>
|
||||
|
||||
|
||||
<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" />
|
||||
|
||||
<tar destfile="../${projectdir}-doc-html.tar.gz" compression="GZip">
|
||||
<fileset basedir="..">
|
||||
<include name="doc/html/**" />
|
||||
</fileset>
|
||||
</tar>
|
||||
|
||||
<copy file="../${projectdir}-doc-html.tar.gz" tofile="/home/buildsystem/public_html/${projectdir}-TRUNK-doc-html.tar.gz" overwrite="true" />
|
||||
</target>
|
||||
</project>
|
||||
|
||||
1356
doc/doxygen.conf
Normal file
1356
doc/doxygen.conf
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user