Break out unit tests - linking - also compilation time stats #2627
only:time make
This commit is contained in:
parent
efa59710c7
commit
ab7d535be6
|
@ -0,0 +1,6 @@
|
|||
#!/bin/bash
|
||||
|
||||
set -e
|
||||
|
||||
make clean
|
||||
time make -j16 2>b > a
|
Loading…
Reference in New Issue