add a Py 2.5 build on OSX 10.3

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@45879 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2007-05-08 02:48:37 +00:00
parent d637430584
commit 770b865b66

View File

@@ -58,6 +58,9 @@ def getTasks(config_env):
Job("bigmac.24", Job("bigmac.24",
"distrib/all/build-osx", "distrib/all/build-osx",
[config.OSX_HOST_panther, "2.4", "both"], env=config_env) [config.OSX_HOST_panther, "2.4", "both"], env=config_env)
Job("bigmac.25",
"distrib/all/build-osx",
[config.OSX_HOST_panther, "2.5", "both"], env=config_env)
]) ])
tigerTask = Task([ #Job("smallfry.23", tigerTask = Task([ #Job("smallfry.23",