<!--
Name: ravnsgaard.xml
- RCS-ID: $Id$
- Licence: wxWidgets licence
+ Licence: wxWindows licence
-->
<bot xmlns:xi="http://www.w3.org/2001/XInclude">
- <xi:include href="include/defs.xml"/>
+ <xi:include href="include/unix.xml"/>
+
+<!-- Moved to brandt32 while ranvsgaard is down -->
+<disable>
+ <build>
+ <name>Linux i386 wxGTK stable STL</name>
+ <builddir>ravnsgaard_wxgtk_stable</builddir>
+ <scheduler>stable_quick</scheduler>
+ <steps>
+ <checkout branch="{$STABLE_BRANCH}"/>
+ <configure options="--enable-stl"/>
+ <compile-all utils="false"/>
+ <run-tests/>
+ </steps>
+ </build>
+
<build>
- <name>Linux i386 wxGTK trunk STL debug</name>
- <builddir>ravnsgaard_wxgtk_debug</builddir>
+ <name>Linux i386 wxGTK trunk no gui</name>
+ <builddir>ravnsgaard_wxgtk_nogui</builddir>
<scheduler>daily_0600</scheduler>
- <sandbox>debug</sandbox>
<steps>
<checkout/>
- <shellcommand>
- <description>setting up</description>
- <descriptionDone>set up</descriptionDone>
- <haltOnFailure/>
- <command>setup-script</command>
- </shellcommand>
- <configure options="--with-gtk --enable-debug --enable-stl --enable-std_iostreams --enable-std_string --disable-compat28"/>
+ <configure options="--disable-gui --enable-debug"/>
<compile-all/>
<run-tests/>
</steps>
</build>
<build>
- <name>Linux i386 wxGTK trunk STL release</name>
- <builddir>ravnsgaard_wxgtk_release</builddir>
- <scheduler>daily_1800</scheduler>
- <sandbox>release</sandbox>
+ <name>Linux i386 wxGTK trunk no features</name>
+ <builddir>ravnsgaard_wxgtk_nofeatures</builddir>
+ <scheduler>daily_0600</scheduler>
<steps>
<checkout/>
- <shellcommand>
- <description>setting up</description>
- <descriptionDone>set up</descriptionDone>
- <haltOnFailure/>
- <command>setup-script</command>
- </shellcommand>
- <configure options="--with-gtk --disable-debug --enable-stl --enable-std_iostreams --enable-std_string --disable-compat28"/>
- <compile-all/>
+ <configure options="--disable-all-features --enable-debug"/>
+ <compile-all utils="false"/>
<run-tests/>
</steps>
</build>
+</disable>
</bot>
-