Oops, forgot to add the new builders to the schedulers

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@71759 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2012-06-14 01:19:16 +00:00
parent ce58c541c2
commit 1af93b1f5a

View File

@@ -79,6 +79,7 @@ c['schedulers'].append( SingleBranchScheduler(
treeStableTimer=30,
builderNames=["build-win32-py27",
"build-osx-py27",
"build-osx-py32",
"build-gtk-py27",
"build-gtk-py32"]))
@@ -88,7 +89,8 @@ c['schedulers'].append( Nightly(
hour=2, minute=0,
onlyIfChanged=True,
builderNames=["dist-win32-py27",
"dist-osx-py27"]))
"dist-osx-py27",
"dist-osx-py32"]))
c['schedulers'].append( Nightly(
name="sched-docs",