2015-09-02 13:41:39 -05:00
|
|
|
language: common-lisp
|
|
|
|
sudo: false
|
|
|
|
|
|
|
|
env:
|
|
|
|
global:
|
|
|
|
- PATH=~/.roswell/bin:$PATH
|
|
|
|
- ROSWELL_INSTALL_DIR=$HOME/.roswell
|
|
|
|
matrix:
|
|
|
|
- LISP=sbcl-bin
|
|
|
|
- LISP=ccl-bin
|
|
|
|
|
|
|
|
install:
|
|
|
|
- curl -L https://raw.githubusercontent.com/snmsts/roswell/release/scripts/install-for-ci.sh | sh
|
|
|
|
|
|
|
|
cache:
|
|
|
|
directories:
|
|
|
|
- $HOME/.roswell
|
|
|
|
- $HOME/.config/common-lisp
|
|
|
|
|
|
|
|
script:
|
2015-09-02 13:57:21 -05:00
|
|
|
- ros -s prove -e '(or (prove:run :coleslaw-test) (uiop:quit -1))'
|