mirror of
https://github.com/roswell/roswell.git
synced 2026-09-10 07:16:17 -04:00
check output on each of utilities.
This commit is contained in:
parent
5202ab804a
commit
4d01230562
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue