-
Notifications
You must be signed in to change notification settings - Fork 2
/
.travis.yml
38 lines (33 loc) · 861 Bytes
/
.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
language: common-lisp
sudo: required
env:
global:
- PATH=~/.roswell/bin:$PATH
- CXX=clang++
matrix:
- LISP=sbcl-bin
- LISP=ccl-bin
- LISP=ecl
- LISP=abcl
- LISP=clisp
matrix:
allow_failures:
- env: LISP=ecl
- env: LISP=abcl
- env: LISP=clisp
install:
- curl -L https://raw.githubusercontent.com/snmsts/roswell/release/scripts/install-for-ci.sh | sh
- sudo apt-get install -y pkg-config libltdl3-dev libhwloc-dev llvm-dev clang libclang-dev ocl-icd-opencl-dev libedit-dev
- pushd .
- cd
- wget http://portablecl.org/downloads/pocl-0.12.tar.gz
- tar xzf pocl-0.12.tar.gz && cd pocl-0.12/ && ./configure && make && sudo make install
- popd
- ros install prove
cache:
directories:
- $HOME/.roswell
- $HOME/.cache/common-lisp
- $HOME/pocl-0.12
script:
- run-prove cl-oclapi-test.asd