don't build the snapshot builds, if you want experimental, you need to
know how to use a compiler.0.6.5-rc1
parent
cf18eae9f2
commit
04846bf919
|
@ -52,20 +52,6 @@
|
||||||
</test>
|
</test>
|
||||||
</nunit2>
|
</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" />
|
<echo message="Generating Doxygen documentation" />
|
||||||
<exec program="doxygen" workingdir="../doc" commandline="doxygen.conf" />
|
<exec program="doxygen" workingdir="../doc" commandline="doxygen.conf" />
|
||||||
|
|
Loading…
Reference in New Issue