Return the factory

See https://github.com/CoolProp/CoolProp/issues/293

Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
This commit is contained in:
Ian Bell
2014-12-06 01:35:27 -05:00
parent 6f10afe8fa
commit cb962252ca

View File

@@ -675,6 +675,7 @@ def sourcezip_builder(gitMode = 'incremental', cmake_args = [], cmake_env = None
haltOnFailure = True))
# Upload the files
factory.addStep(DirectoryUpload(slavesrc="../install_root",masterdest="public_html/binaries",url="binaries",compress="bz2"))
return factory
def vxworks_module_builder(gitMode = 'incremental', cmake_args = [], cmake_env = None):
"""