forked from numcl/numcl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
46 lines (40 loc) · 1.04 KB
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
language: common-lisp
sudo: false
addons:
apt:
packages:
- libc6-i386
- clisp
- openjdk-7-jre
env:
global:
- PATH=~/.roswell/bin:$PATH
- ROSWELL_INSTALL_DIR=$HOME/.roswell
matrix:
- LISP=sbcl-bin
- LISP=ccl-bin
- LISP=abcl
- LISP=clisp
- LISP=ecl
- LISP=cmucl
- LISP=alisp
matrix:
allow_failures:
- env: LISP=clisp
- env: LISP=abcl
- env: LISP=ecl
- env: LISP=cmucl
- env: LISP=alisp
install:
- curl -L https://raw.githubusercontent.com/snmsts/roswell/release/scripts/install-for-ci.sh | sh
- ( cd ~/lisp/ ; git clone https://github.com/guicho271828/lisp-namespace.git )
- ( cd ~/lisp/ ; git clone https://github.com/guicho271828/type-i.git )
- ( cd ~/lisp/ ; git clone https://github.com/guicho271828/type-r.git )
- ( cd ~/lisp/ ; git clone https://github.com/guicho271828/trivia.git )
- ( cd ~/lisp/ ; git clone https://github.com/numcl/constantfold.git )
cache:
directories:
- $HOME/.roswell
- $HOME/.config/common-lisp
script:
- ./testscr.ros