forked from stchang/macrotypes
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
34 lines (31 loc) · 923 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
language: c
sudo: false
env:
global:
- RACKET_DIR=~/racket
matrix:
- RACKET_VERSION="7.0"
- RACKET_VERSION="7.1"
- RACKET_VERSION="7.2"
- RACKET_VERSION="7.3"
- RACKET_VERSION="7.4"
- RACKET_VERSION="7.5"
- 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:
- raco pkg install --auto macrotypes-lib/
- raco pkg install --auto macrotypes-example/
- raco pkg install --auto rackunit-macrotypes-lib/
- raco pkg install --auto macrotypes-test/
- raco pkg install --auto turnstile-lib/
- raco pkg install --auto turnstile-example/
- raco pkg install --auto turnstile-test/
script:
- raco test --package macrotypes-test turnstile-test
- raco setup