mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-06 03:29:44 -06:00
Updates module building script to delete the old results first
This commit is contained in:
@@ -24,6 +24,9 @@ for s in settings:
|
||||
# Build cmake and compile
|
||||
for c in cmds:
|
||||
print "CMake:" , cmd
|
||||
call["rm", "-rf", "build", "bin"]
|
||||
call["mkdir", "build"]
|
||||
call["cd", "build"]
|
||||
call(cmd)
|
||||
call(["make", "-j4"])
|
||||
|
||||
call["cd", ".."]
|
||||
|
||||
Reference in New Issue
Block a user