Print progress of combinatorical build

This commit is contained in:
Alexander Bock
2015-05-27 01:44:05 +02:00
parent a14ce43c2d
commit eafd43442c
@@ -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"])