mirror of
https://github.com/CoolProp/CoolProp.git
synced 2026-04-01 03:00:13 -04:00
@@ -670,6 +670,9 @@ def sourcezip_builder(gitMode = 'incremental', cmake_args = [], cmake_env = None
|
||||
# Create the factory to add the actions to
|
||||
factory = getBaseFactory(gitMode=gitMode)
|
||||
factory.addStep(MakeDirectory(dir='install_root/source', haltOnFailure = True))
|
||||
factory.addStep(ShellCommand(command='chmod +x git-archive-all',
|
||||
workdir= "build/dev/scripts",
|
||||
haltOnFailure = True))
|
||||
factory.addStep(ShellCommand(command='dev/scripts/git-archive-all ../install_root/source/coolpropsource.zip',
|
||||
workdir= "build",
|
||||
haltOnFailure = True))
|
||||
|
||||
Reference in New Issue
Block a user