<!--
Name: StellarWerx32.xml
- RCS-ID: $Id$
-->
<bot xmlns:xi="http://www.w3.org/2001/XInclude">
<scheduler>trunk_quick</scheduler>
<steps>
<checkout/>
- <configure options="--enable-stl"/>
+ <configure options="--enable-stl --enable-debug"/>
<compile-all/>
<run-tests/>
</steps>
<steps>
<checkout branch="{$STABLE_BRANCH}"/>
<configure options="--with-x11"/>
- <compile-all/>
+ <compile-all utils="false"/>
<run-tests/>
</steps>
</build>
<scheduler>daily_0600</scheduler>
<steps>
<checkout/>
- <configure options="--disable-unicode"/>
+ <configure options="--disable-unicode --enable-debug"/>
<compile-all/>
<run-tests/>
</steps>