Small change to check exit code.
original commit: a1f2cb9f64cb532d4253a2daa8be70c530b68054
This commit is contained in:
parent
bd00226709
commit
cb0c235ef2
|
@ -25,4 +25,4 @@ addons:
|
||||||
- lib32ncurses5-dev
|
- lib32ncurses5-dev
|
||||||
- libx32ncurses5-dev
|
- libx32ncurses5-dev
|
||||||
script:
|
script:
|
||||||
- ./configure -m=$TARGET_MACHINE && make && ( cd ${TARGET_MACHINE}/mats && make partialx 2>&1 ) | tee Make.out | grep '^matting '
|
- ./configure -m=$TARGET_MACHINE && make && ( cd ${TARGET_MACHINE}/mats && make all 2>&1 ) | tee Make.out | grep '^matting ' ;; echo "exit code: $?"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user