mirror of
https://github.com/roswell/roswell.git
synced 2026-09-10 07:16:17 -04:00
edit .travis.yml/circle.yml to reduce error.
This commit is contained in:
parent
9fd991b8cc
commit
e3e73a5525
|
|
@ -78,7 +78,7 @@ script:
|
|||
- if [ "$METHOD" = "brew" ] || [ "$METHOD" = "ci" ]; then ros version=t run; fi
|
||||
- if [ "$METHOD" = "brew" ] || [ "$METHOD" = "ci" ]; then ros config; fi
|
||||
- if [ "$METHOD" = "brew" ] || [ "$METHOD" = "ci" ]; then ros -s prove-asdf -s quri-test -e "(asdf:test-system :quri-test)"; fi
|
||||
- if [ "$METHOD" = "test" ]; then ros t/roswell.ros ;fi
|
||||
- if [ "$METHOD" = "test" ]; then ros setup; ros t/roswell.ros ;fi
|
||||
- if [ "$METHOD" = "ci" ]; then ros -q run && [`ros -q run 2>&1` == ""]; fi
|
||||
- if [ "$METHOD" = "ci" ] && [ "$LISP" = "sbcl-bin" ]; then [`ros -e "(ros:ignore-shebang)" -e '(loop for x in (directory "src/lisp/*.ros") do (load x))' 2>&1` == ""]; fi
|
||||
- if [ x$TRAVIS_TAG != x ] && [ $METHOD = debian ]; then ros ./scripts/debian.ros; fi
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ dependencies:
|
|||
test:
|
||||
post:
|
||||
- sh bootstrap
|
||||
- ./configure --enable-manual-generation
|
||||
- ./configure
|
||||
- make -j4
|
||||
- sudo make install
|
||||
- ros version
|
||||
|
|
|
|||
Loading…
Reference in a new issue