<scheduler>trunk_quick</scheduler>
<steps>
<checkout/>
- <configure/>
+ <configure options="--enable-compat28 --enable-debug"/>
<compile-all/>
<run-tests/>
</steps>
<scheduler>daily_0600</scheduler>
<steps>
<checkout/>
- <configure options="--disable-shared"/>
+ <configure options="--disable-shared --enable-debug"/>
<compile-all/>
<run-tests/>
</steps>
<steps>
<checkout branch="{$STABLE_BRANCH}"/>
<configure options="--disable-shared"/>
- <compile-all/>
+ <compile-all utils="false"/>
<run-tests/>
</steps>
</build>
<build>
<name>Linux x86 wxDFB trunk</name>
<builddir>brandt32_dfb_trunk</builddir>
- <-scheduler>daily_0600</scheduler>
+ <scheduler>daily_0600</scheduler>
<steps>
<checkout/>
- <configure options="--with-directfb"/>
+ <configure options="--with-directfb --enable-debug"/>
<compile-all/>
<run-tests/>
</steps>
<steps>
<checkout branch="{$STABLE_BRANCH}"/>
<configure options="--with-directfb"/>
- <compile-all/>
+ <compile-all utils="false"/>
<run-tests/>
</steps>
</build>