]> git.saurik.com Git - wxWidgets.git/blobdiff - build/buildbot/config/csleobuild.xml
Regenerated Xcode projects.
[wxWidgets.git] / build / buildbot / config / csleobuild.xml
index b5132b588fd6abcc428b9a5fd0c7af5dddd2aee4..4f4c270bfa066d74baabb33ee5573b8b0f3da74e 100644 (file)
 
 <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/>
         <compile-all/>
+        <run-tests/>
     </steps>
 </build>
   <build>
@@ -33,6 +41,7 @@
         <checkout/>
         <configure options="--with-osx_cocoa"/>
         <compile-all/>
+        <run-tests/>
     </steps>
   </build>
 <build>
@@ -47,5 +56,5 @@
         <run-tests/>
     </steps>
 </build>
-   
+
 </bot>