X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/66f15a587f08104004b9e734c3369644a7ad1251..961f4d0ce6fb0478c2850d2da37e072d8636639a:/build/buildbot/config/ravnsgaard.xml

diff --git a/build/buildbot/config/ravnsgaard.xml b/build/buildbot/config/ravnsgaard.xml
index 4b04603f8e..fa7b0cd5a7 100644
--- a/build/buildbot/config/ravnsgaard.xml
+++ b/build/buildbot/config/ravnsgaard.xml
@@ -6,7 +6,7 @@
     Licence:    wxWidgets licence
 -->
 <bot xmlns:xi="http://www.w3.org/2001/XInclude">
-    <xi:include href="include/ravnsgaard.xml"/>
+    <xi:include href="include/unix.xml"/>
 
     <build>
         <name>Linux i386 wxGTK trunk STL debug</name>
@@ -20,6 +20,18 @@
         </steps>
     </build>
 
+    <build>
+        <name>Linux i386 wxGTK stable STL debug</name>
+        <builddir>ravnsgaard_wxgtk_stable_debug</builddir>
+        <scheduler>daily_0600</scheduler>
+        <steps>
+            <checkout branch="{$STABLE_BRANCH}"/>
+            <configure options="--with-gtk --enable-debug --enable-stl --enable-std_iostreams --enable-std_string --disable-compat26"/>
+            <compile-all utils="false"/>
+            <run-tests/>
+        </steps>
+    </build>
+
     <build>
         <name>Linux i386 wxGTK trunk STL release</name>
         <builddir>ravnsgaard_wxgtk_release</builddir>
@@ -28,19 +40,6 @@
             <checkout/>
             <configure options="--with-gtk --disable-debug --enable-stl --enable-std_iostreams --enable-std_string --disable-compat28"/>
             <compile-all/>
-            <!-- <run-tests/> -->
-            cd tests &amp;&amp; ./test --timing
-        </steps>
-    </build>
-
-    <build>
-        <name>Linux i386 wxGTK stable STL debug</name>
-        <builddir>ravnsgaard_wxgtk_stable_debug</builddir>
-        <scheduler>daily_0600</scheduler>
-        <steps>
-            <checkout branch="{$STABLE_BRANCH}"/>
-            <configure options="--with-gtk --enable-debug --enable-stl --enable-std_iostreams --enable-std_string --disable-compat24"/>
-            <compile-all utils="false"/>
             <run-tests/>
         </steps>
     </build>
@@ -51,10 +50,9 @@
         <scheduler>stable_quick</scheduler>
         <steps>
             <checkout branch="{$STABLE_BRANCH}"/>
-            <configure options="--with-gtk --disable-debug --enable-stl --enable-std_iostreams --enable-std_string --disable-compat24"/>
+            <configure options="--with-gtk --disable-debug --enable-stl --enable-std_iostreams --enable-std_string --disable-compat26"/>
             <compile-all utils="false"/>
             <run-tests/>
         </steps>
     </build>
 </bot>
-