mirror of
https://github.com/roswell/roswell.git
synced 2026-09-10 07:16:17 -04:00
edit travis.yml
This commit is contained in:
parent
e454421410
commit
4797b328f5
|
|
@ -121,17 +121,18 @@ script:
|
|||
fi
|
||||
- if [ "$METHOD" = "ci" ]; then ros -q run && [`ros -q run 2>&1` == ""]; fi
|
||||
- if [ x$TRAVIS_TAG != x ] && [ $METHOD = debian ]; then ros install prove;ros ./scripts/debian.ros; fi
|
||||
- if [ "$LISP" = "sbcl-bin" ]; then
|
||||
- if [ "$LISP" = "sbcl-bin" ] && [ x$ALLOW_FAILURES != x ]; then
|
||||
if [ $TRAVIS_OS_NAME = osx ]; then
|
||||
sudo ros -e '(ignore-errors (with-open-file (o (format nil "/~A" (code-char 12354)) :direction :output)))';
|
||||
fi;
|
||||
if [ $ALLOW_FAILURES = YES ]; then
|
||||
ros sbcl.patchless=t install sbcl;ros config;
|
||||
elif [ $ALLOW_FAILURES = NO ]; then
|
||||
ros install sbcl --sbcl-bin;ros config;
|
||||
ros sbcl.patchless=t install sbcl
|
||||
else
|
||||
ros install sbcl --sbcl-bin
|
||||
[`ros -e "(ros:ignore-shebang)" -e '(loop for x in (directory "src/lisp/*.ros") do (load x))' 2>&1` == ""];
|
||||
fi;
|
||||
fi
|
||||
- if [ "$LISP" = "sbcl-bin" ]; then ros config; fi
|
||||
- cat /tmp/proxy-log || true
|
||||
|
||||
after_success:
|
||||
|
|
|
|||
Loading…
Reference in a new issue