]> git.saurik.com Git - wxWidgets.git/commitdiff
adding OSX 2.9 preview
authorStefan Csomor <csomor@advancedconcepts.ch>
Mon, 23 Mar 2009 17:56:09 +0000 (17:56 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Mon, 23 Mar 2009 17:56:09 +0000 (17:56 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59791 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

build/buildbot/config/csleobuild.xml

index 9a2e363f4d5edaf1b24755ab683d7d28d314a7c5..16e046f7d7cee3d0b32a8298520cf329b8bd7cf0 100644 (file)
         <run-tests/>
     </steps>
 </build>
+<build>
+    <name>OSX 10.5 Intel wxOSX Carbon 2.9 Preview</name>
+    <builddir>csleo</builddir>
+    <scheduler>trunk_quick</scheduler>
+    
+    <steps>
+        <checkout branch="WX_2_9_OSX_PREVIEW"/>
+        <configure/>
+        <compile-all/>
+        <run-tests/>
+    </steps>
+</build>
+  <build>
+    <name>OSX 10.5 Intel wxOSX Cocoa 2.9 Preview</name>
+    <builddir>csleo_cocoa</builddir>
+    <scheduler>trunk_quick</scheduler>
+
+    <steps>
+        <checkout branch="WX_2_9_OSX_PREVIEW"/>
+        <configure options="--with-osx_cocoa"/>
+        <compile-all/>
+        <run-tests/>
+    </steps>
+  </build>
    
 </bot>