mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-04-29 23:39:26 -05:00
Print progress of combinatorical build
This commit is contained in:
@@ -22,6 +22,7 @@ for s in settings:
|
||||
|
||||
# Build cmake and compile
|
||||
for c in cmds:
|
||||
print "CMake:" , cmd
|
||||
call(cmd)
|
||||
call(["make", "clean"])
|
||||
call(["make", "-j4"])
|
||||
|
||||
Reference in New Issue
Block a user