mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 01:06:30 +08:00
don't build the snapshot builds, if you want experimental, you need to
know how to use a compiler.
This commit is contained in:
@@ -52,20 +52,6 @@
|
||||
</test>
|
||||
</nunit2>
|
||||
|
||||
<zip zipfile="../${projectdir}.zip">
|
||||
<fileset basedir="../${projectdir}" prefix="${projectdir}">
|
||||
<include name="**/*" />
|
||||
</fileset>
|
||||
</zip>
|
||||
<tar destfile="../${projectdir}.tar.gz" compression="GZip">
|
||||
<fileset basedir="../${projectdir}" prefix="${projectdir}">
|
||||
<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" />
|
||||
|
||||
Reference in New Issue
Block a user