From 674c3fffbb87b4a3c4ea7d0256f6055ece6fb0b2 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sat, 7 Dec 2013 12:30:46 +0000 Subject: [PATCH] Don't build wxOSX/Cocoa twice in wxOSX buildbot. Both trunk builds were using Cocoa, change the one supposed to be Carbon to use Carbon instead. Also add Carbon stable branch build as this is probably even more important than testing Carbon in the trunk. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@75358 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- build/buildbot/config/csleobuild.xml | 40 +++++++++++++++++----------- 1 file changed, 24 insertions(+), 16 deletions(-) diff --git a/build/buildbot/config/csleobuild.xml b/build/buildbot/config/csleobuild.xml index e94ef648be..463b06829e 100644 --- a/build/buildbot/config/csleobuild.xml +++ b/build/buildbot/config/csleobuild.xml @@ -12,16 +12,9 @@ - - branch_2_9_0 - branches/WX_2_9_0_BRANCH - 900 - docs/* interface/* - - - OSX 10.5 Intel wxOSX Carbon trunk - csleo + OSX 10.5 Intel wxOSX Cocoa trunk + csleo_cocoa trunk_quick @@ -31,21 +24,23 @@ - - OSX 10.5 Intel wxOSX Cocoa trunk - csleo_cocoa + + + OSX 10.5 Intel wxOSX Carbon trunk + csleo_carbon trunk_quick - + - + + - OSX 10.5 Intel wxMac Stable - csleo_stable + OSX 10.5 Intel wxOSX Cocoa Stable + csleo_stable_cocoa stable_quick @@ -56,4 +51,17 @@ + + OSX 10.5 Intel wxOSX Carbon Stable + csleo_stable_carbon + stable_quick + + + + + + + + +