forked from wilbowma/cur
-
Notifications
You must be signed in to change notification settings - Fork 1
/
.travis.yml
30 lines (27 loc) · 820 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
language: c
sudo: false
env:
global:
- RACKET_DIR=~/racket
matrix:
- RACKET_VERSION="7.6"
- RACKET_VERSION="7.7"
- RACKET_VERSION="HEAD"
matrix:
allow_failures:
- env: RACKET_VERSION="HEAD"
before_install:
- git clone https://github.com/greghendershott/travis-racket.git ../travis-racket
- cat ../travis-racket/install-racket.sh | bash
- export PATH="${RACKET_DIR}/bin:${PATH}"
# install Turnstile, use `master` branch
- git clone https://github.com/stchang/macrotypes.git
- raco pkg install --auto macrotypes/macrotypes-lib/
- raco pkg install --auto macrotypes/turnstile-lib/
- raco pkg install --auto macrotypes/rackunit-macrotypes-lib/
install:
- raco pkg install --auto cur-lib/
- raco pkg install --auto cur-test/
script:
- raco test --package cur-test
- raco setup