added python binaries to buildbot

Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
This commit is contained in:
Ian Bell
2014-08-03 16:21:24 +02:00
parent a2abbec1c8
commit aa9129d210

View File

@@ -142,7 +142,14 @@ c['builders'].append(
factory = python_slave("PYPI")
)
)
for platform in ['OSX','windows','linux']:
c['builders'].append(
BuilderConfig(name="Python-binaries-" + platform,
slavenames=[platform + "-slave"],
factory = python_slave("BINARIES")
)
)
#Common (boring) modules for linux and OSX
### OSX