<steps>
<checkout branch="{$STABLE_BRANCH}"/>
<configure/>
- <compile-all/>
+ <compile-all utils="false"/>
<run-tests/>
</steps>
</build>
<steps>
<checkout branch="{$STABLE_BRANCH}"/>
<configure options="--disable-unicode"/>
- <compile-all/>
+ <compile-all utils="false"/>
<run-tests/>
</steps>
</build>
<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"/>
<build>
<name>Linux x86 wxDFB stable</name>
<builddir>brandt32_dfb_stable</builddir>
- <scheduler>daily_0600</scheduler>
+ <!--scheduler>daily_0600</scheduler-->
<steps>
<checkout branch="{$STABLE_BRANCH}"/>
<configure options="--with-directfb"/>
- <compile-all/>
+ <compile-all utils="false"/>
<run-tests/>
</steps>
</build>
<xi:include href="include/unix.xml"/>
<build>
- <name>Linux i386 wxGTK trunk STL</name>
- <builddir>ravnsgaard_wxgtk_release</builddir>
+ <name>Linux i386 wxGTK stable STL</name>
+ <builddir>ravnsgaard_wxgtk_stable</builddir>
<scheduler>trunk_quick</scheduler>
<steps>
- <checkout/>
+ <checkout branch="{$STABLE_BRANCH}"/>
<configure options="--enable-stl"/>
- <compile-all/>
+ <compile-all utils="false"/>
<run-tests/>
</steps>
</build>