]> 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 86df072ccd528dc2eeb293700b3c577916066535..6a10f1bef84173d70bf44be8ea0d284068669ab0 100644 (file)
 
 <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>
     <scheduler>trunk_quick</scheduler>
-
+    
     <steps>
         <checkout/>
         <configure/>
@@ -25,9 +32,9 @@
         <run-tests/>
     </steps>
 </build>
-<build>
+  <build>
     <name>OSX 10.5 Intel wxOSX Cocoa trunk</name>
-    <builddir>csleo</builddir>
+    <builddir>csleo_cocoa</builddir>
     <scheduler>trunk_quick</scheduler>
 
     <steps>
@@ -36,7 +43,7 @@
         <compile-all/>
         <run-tests/>
     </steps>
-</build>
+  </build>
 <build>
     <name>OSX 10.5 Intel wxMac Stable</name>
     <builddir>csleo_stable</builddir>
     </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>