-
-
Notifications
You must be signed in to change notification settings - Fork 41
/
.travis.yml
48 lines (41 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
47
48
language: common-lisp
sudo: false
env:
global:
- PATH=~/.roswell/bin:~/nginx/sbin:$PATH
- ROSWELL_INSTALL_DIR=$HOME/.roswell
- COVERAGE_EXCLUDE=t
matrix:
- LISP=sbcl-bin COVERALLS=true
- LISP=ccl-bin
matrix:
allow_failures:
# there is some issue with clisp,
# roswell installs ASDF3, but clisp doesn't see it
- env: LISP=ccl-bin
addons:
apt:
packages:
- default-jre
install:
# Roswell
- curl -L https://raw.githubusercontent.com/roswell/roswell/release/scripts/install-for-ci.sh | sh
# nginx
- curl -L http://nginx.org/download/nginx-1.8.0.tar.gz | tar xzf -
- (cd nginx-1.8.0 && ./configure --prefix=$HOME/nginx && make && make install)
# rove
- ros install rove
- ros install fukamachi/clack
- ros install fukamachi/fast-http
cache:
directories:
- $HOME/.roswell
- $HOME/nginx
- $HOME/.config/common-lisp
before_script:
- nginx -c "$TRAVIS_BUILD_DIR/t/nginx.conf" -p "$HOME/nginx"
- ros --version
- ros config
script:
- rove dexador-test.asd
- benchmark/bench