mirror of
https://github.com/CoolProp/CoolProp.git
synced 2026-04-23 03:00:17 -04:00
added python binaries to buildbot
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user