]> git.saurik.com Git - wxWidgets.git/blobdiff - build/buildbot/config/ravnsgaard.xml
Fall back to the valid normal bitmap if no state-specific bitmap is set.
[wxWidgets.git] / build / buildbot / config / ravnsgaard.xml
index ede6ef711876004367e98a2c567d8118a32f621c..17bfcd65fa8003af2c0e51234df973139258964f 100644 (file)
@@ -3,7 +3,7 @@
 <!--
     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/unix.xml"/>
@@ -11,7 +11,7 @@
     <build>
         <name>Linux i386 wxGTK stable STL</name>
         <builddir>ravnsgaard_wxgtk_stable</builddir>
-        <scheduler>trunk_quick</scheduler>
+        <scheduler>stable_quick</scheduler>
         <steps>
             <checkout branch="{$STABLE_BRANCH}"/>
             <configure options="--enable-stl"/>
@@ -26,7 +26,7 @@
         <scheduler>daily_0600</scheduler>
         <steps>
             <checkout/>
-            <configure options="--disable-gui"/>
+            <configure options="--disable-gui --enable-debug"/>
             <compile-all/>
             <run-tests/>
         </steps>
@@ -38,7 +38,7 @@
         <scheduler>daily_0600</scheduler>
         <steps>
             <checkout/>
-            <configure options="--disable-all-features"/>
+            <configure options="--disable-all-features --enable-debug"/>
             <compile-all utils="false"/>
             <run-tests/>
         </steps>