mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-08 13:00:07 +01:00
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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user