update pulse file
This commit is contained in:
parent
e72171aa7a
commit
099e113973
1 changed files with 5 additions and 4 deletions
|
@ -18,10 +18,11 @@
|
|||
</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" targets="dist">
|
||||
<process processor="${checkbuild.pp}"/>
|
||||
</make>
|
||||
<make name="Build">
|
||||
<process processor="${checkbuild.pp}"/>
|
||||
</make>
|
||||
<command name="Dist">
|
||||
<make name="dist" targets="dist"/>
|
||||
<artifact name="SnapShot" file="SeenServ-*.tar.gz"/>
|
||||
</command>
|
||||
</recipe>
|
||||
|
|
Reference in a new issue