check output on each of utilities.

This commit is contained in:
SANO Masatoshi 2015-11-15 02:31:48 +09:00
parent 5202ab804a
commit 4d01230562

View file

@ -60,7 +60,8 @@ script:
- if [ "$METHOD" = "test" ] || [ "$METHOD" = "brew" ] || [ "$METHOD" = "ci" ]; then ros version=t run; fi
- if [ "$METHOD" = "test" ] || [ "$METHOD" = "brew" ] || [ "$METHOD" = "ci" ]; then ros config; fi
- if [ "$METHOD" = "test" ] || [ "$METHOD" = "brew" ] || [ "$METHOD" = "ci" ]; then ros -s prove-asdf -s quri-test -e "(asdf:test-system :quri-test)"; fi
- if [ "$METHOD" = "ci" ]; then [`ros -q run 2>&1` == ""]; fi
- if [ "$METHOD" = "ci" ]; then [`ros -q run 2>&1` == ""]; fi
- if [ "$METHOD" = "ci" ]; then [`ros -e "(ros:ignore-shebang)" -e "(mapc #'load (directory \"src/lisp/*.ros\"))" 2>&1` == ""]; fi
- if [ "$TRAVIS_OS_NAME" = "linux" ] && [ "$METHOD" = "cross" ]; then CC=$XCC ./configure ${PREFIX} ${HOST};make; fi
- if [ "$TRAVIS_OS_NAME" = "linux" ] && [ x$TRAVIS_TAG != x ] && [ "$METHOD" = "cross" ]; then lcab -q src/ros.exe src/lisp/* ros-$XCC.cab; fi
- if [ "$TRAVIS_OS_NAME" = "linux" ] && [ x$TRAVIS_TAG != x ] && [ "$METHOD" = "cross" ]; then ros ./scripts/release.ros github ros-$XCC.cab; fi