2015-03-07 04:28:37 +09:00
|
|
|
language: common-lisp
|
2015-05-28 13:38:46 +03:00
|
|
|
sudo: required
|
2015-03-07 04:28:37 +09:00
|
|
|
|
|
|
|
env:
|
2015-06-16 03:41:59 +09:00
|
|
|
global:
|
2015-06-16 03:52:02 +09:00
|
|
|
- PATH=~/.roswell/bin:$PATH
|
2015-03-07 04:28:37 +09:00
|
|
|
matrix:
|
2015-06-16 03:52:02 +09:00
|
|
|
- LISP=sbcl
|
2015-03-07 04:28:37 +09:00
|
|
|
- LISP=ccl
|
|
|
|
|
|
|
|
install:
|
2015-06-09 05:57:23 +09:00
|
|
|
# Install Roswell
|
2015-06-16 03:04:03 +09:00
|
|
|
- curl -L https://raw.githubusercontent.com/snmsts/roswell/master/scripts/install-for-ci.sh | sh
|
2015-06-09 05:57:23 +09:00
|
|
|
|
|
|
|
before_script:
|
2015-06-16 03:02:15 +09:00
|
|
|
- git clone https://github.com/fukamachi/clack ~/lisp/clack
|
2015-06-16 03:41:59 +09:00
|
|
|
- git clone https://github.com/fukamachi/prove ~/lisp/prove
|
|
|
|
- ros -l ~/lisp/prove/prove.asd install prove
|
2015-05-29 17:18:03 +09:00
|
|
|
|
2015-03-07 04:28:37 +09:00
|
|
|
script:
|
2015-06-16 03:41:59 +09:00
|
|
|
- run-prove t-*.asd
|