Small change to check exit code.

original commit: a1f2cb9f64cb532d4253a2daa8be70c530b68054
This commit is contained in:
Andy Keep 2018-01-15 20:50:40 -05:00
parent bd00226709
commit cb0c235ef2

View File

@ -25,4 +25,4 @@ addons:
- lib32ncurses5-dev
- libx32ncurses5-dev
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: $?"