mirror of
https://github.com/CoolProp/CoolProp.git
synced 2026-04-23 03:00:17 -04:00
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:
@@ -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):
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user