18 lines
368 B
YAML
18 lines
368 B
YAML
language: common-lisp
|
|
sudo: false
|
|
|
|
env:
|
|
global:
|
|
- PATH=~/.roswell/bin:$PATH
|
|
- ROSWELL_INSTALL_DIR=$HOME/.roswell
|
|
matrix:
|
|
- LISP=sbcl-bin
|
|
- LISP=ccl-bin
|
|
|
|
install:
|
|
# Install Roswell
|
|
- curl -L https://raw.githubusercontent.com/roswell/roswell/release/scripts/install-for-ci.sh | sh
|
|
- ros install prove
|
|
|
|
script:
|
|
- run-prove cl-project-test.asd
|