mirror of
https://github.com/CoolProp/CoolProp.git
synced 2026-04-23 03:00:17 -04:00
Simplify even more on windows to debug what is going on
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
This commit is contained in:
@@ -111,7 +111,7 @@ def python_slave(key, platform, cmake_args = [], cmake_env = {}, build_args = []
|
||||
# property set? If so, clobber the checkout folders.
|
||||
if platform.startswith('win'):
|
||||
# del /q destination\* && for /d %x in (destination\*) do @rd /s /q %x
|
||||
cmd = ['cmd', '/c', WithProperties('"IF %(fullclean:-no)s == yes (echo %CD%)"')]
|
||||
cmd = ['echo', WithProperties('%(fullclean:-no)s')]
|
||||
else:
|
||||
cmd = ['bash', '-c',
|
||||
WithProperties('if [ %(fullclean:-no)s == yes ]; then echo pwd; rm -rfv *; echo fully cleaned; fi'),
|
||||
|
||||
Reference in New Issue
Block a user