]> git.saurik.com Git - wxWidgets.git/blobdiff - build/buildbot/config/csleobuild.xml
Correct compilation breakage of r63832.
[wxWidgets.git] / build / buildbot / config / csleobuild.xml
index e6d0796d4a4fdadfb2ece7109c755a7f48450360..6a10f1bef84173d70bf44be8ea0d284068669ab0 100644 (file)
 
 <bot xmlns:xi="http://www.w3.org/2001/XInclude">
 
 
 <bot xmlns:xi="http://www.w3.org/2001/XInclude">
 
-<xi:include href="include/defs.xml"/>
+<xi:include href="include/csleobuild.xml"/>
+
+<scheduler>
+    <name>branch_2_9_0</name>
+    <branch>branches/WX_2_9_0_BRANCH</branch>
+    <treeStableTimer>900</treeStableTimer>
+    <fileNotImportant>docs/* interface/*</fileNotImportant>
+</scheduler>
 
 <build>
     <name>OSX 10.5 Intel wxOSX Carbon trunk</name>
     <builddir>csleo</builddir>
 
 <build>
     <name>OSX 10.5 Intel wxOSX Carbon trunk</name>
     <builddir>csleo</builddir>
-
+    <scheduler>trunk_quick</scheduler>
+    
     <steps>
         <checkout/>
         <configure/>
     <steps>
         <checkout/>
         <configure/>
@@ -24,8 +32,7 @@
         <run-tests/>
     </steps>
 </build>
         <run-tests/>
     </steps>
 </build>
-    <!--
- <build>
+  <build>
     <name>OSX 10.5 Intel wxOSX Cocoa trunk</name>
     <builddir>csleo_cocoa</builddir>
     <scheduler>trunk_quick</scheduler>
     <name>OSX 10.5 Intel wxOSX Cocoa trunk</name>
     <builddir>csleo_cocoa</builddir>
     <scheduler>trunk_quick</scheduler>
@@ -36,7 +43,7 @@
         <compile-all/>
         <run-tests/>
     </steps>
         <compile-all/>
         <run-tests/>
     </steps>
-</build>
+  </build>
 <build>
     <name>OSX 10.5 Intel wxMac Stable</name>
     <builddir>csleo_stable</builddir>
 <build>
     <name>OSX 10.5 Intel wxMac Stable</name>
     <builddir>csleo_stable</builddir>
         <run-tests/>
     </steps>
 </build>
         <run-tests/>
     </steps>
 </build>
-    -->
-</bot>
\ No newline at end of file
+
+<build>
+    <name>OSX 10.5 Intel wxOSX Carbon 2.9.0</name>
+    <builddir>csleo_pre</builddir>
+    <scheduler>branch_2_9_0</scheduler>    
+    <steps>
+        <checkout branch="branches/WX_2_9_0_BRANCH"/>
+        <configure/>
+        <compile-all/>
+        <run-tests/>
+    </steps>
+</build>
+  <build>
+    <name>OSX 10.5 Intel wxOSX Cocoa 2.9.0</name>
+    <builddir>csleo_cocoa_pre</builddir>
+    <scheduler>branch_2_9_0</scheduler>
+    <steps>
+        <checkout branch="branches/WX_2_9_0_BRANCH"/>
+        <configure options="--with-osx_cocoa"/>
+        <compile-all/>
+        <run-tests/>
+    </steps>
+  </build>
+
+</bot>