add pulse.xml file for AutoBuilds

This commit is contained in:
Fish 2007-12-05 08:47:38 +00:00
parent 731cbcfb12
commit fac091088c

View file

@ -18,10 +18,10 @@
</post-processor>
<executable name="ShutUp Configure" exe="touch" args="${base.dir}/.hush"> </executable>
<executable name="run configure" exe="${base.dir}/configure" args="--enable-debug --disable-ccdv --enable-autodebug --with-distversion=${build.revision}"> </executable>
<command name="Build">
<make name="Build">
<process processor="${checkbuild.pp}"/>
</make>
<command name="Build">
<make name="dist" targets="dist"/>
<artifact name="SnapShot" file="YatzeeServ-*.tar.gz"/>
</command>