]> 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 e46bf7177493b7f52a8652695382f3f37f6aa78e..17bfcd65fa8003af2c0e51234df973139258964f 100644 (file)
@@ -3,20 +3,44 @@
 <!--
     Name:       ravnsgaard.xml
     RCS-ID:     $Id$
 <!--
     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"/>
 
     <build>
 -->
 <bot xmlns:xi="http://www.w3.org/2001/XInclude">
     <xi:include href="include/unix.xml"/>
 
     <build>
-        <name>Linux i386 wxGTK trunk STL</name>
-        <builddir>ravnsgaard_wxgtk_release</builddir>
-        <scheduler>trunk_quick</scheduler>
+        <name>Linux i386 wxGTK stable STL</name>
+        <builddir>ravnsgaard_wxgtk_stable</builddir>
+        <scheduler>stable_quick</scheduler>
         <steps>
         <steps>
-            <checkout/>
+            <checkout branch="{$STABLE_BRANCH}"/>
             <configure options="--enable-stl"/>
             <configure options="--enable-stl"/>
+            <compile-all utils="false"/>
+            <run-tests/>
+        </steps>
+    </build>
+
+    <build>
+        <name>Linux i386 wxGTK trunk no gui</name>
+        <builddir>ravnsgaard_wxgtk_nogui</builddir>
+        <scheduler>daily_0600</scheduler>
+        <steps>
+            <checkout/>
+            <configure options="--disable-gui --enable-debug"/>
             <compile-all/>
             <run-tests/>
         </steps>
     </build>
             <compile-all/>
             <run-tests/>
         </steps>
     </build>
+
+    <build>
+        <name>Linux i386 wxGTK trunk no features</name>
+        <builddir>ravnsgaard_wxgtk_nofeatures</builddir>
+        <scheduler>daily_0600</scheduler>
+        <steps>
+            <checkout/>
+            <configure options="--disable-all-features --enable-debug"/>
+            <compile-all utils="false"/>
+            <run-tests/>
+        </steps>
+    </build>
 </bot>
 </bot>