Updated to run the partialx again.
original commit: d32395ab408c09a4ff02d741e1854fbdb92201b8
This commit is contained in:
parent
c5f5edf3bc
commit
6d9ed8bf04
|
@ -2,7 +2,7 @@
|
|||
|
||||
./configure -m=$TARGET_MACHINE
|
||||
make
|
||||
( cd ${TARGET_MACHINE}/mats && make all 2>&1 ) | tee Make.out | grep '^matting '
|
||||
( cd ${TARGET_MACHINE}/mats && make partialx 2>&1 ) | tee Make.out | grep '^matting '
|
||||
echo "exit code: $?"
|
||||
cat ${TARGET_MACHINE}/mats/summary
|
||||
diff .travis/summary ${TARGET_MACHINE}/mats/summary
|
||||
|
|
Loading…
Reference in New Issue
Block a user