forked from racket/racket
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
62 lines (62 loc) · 1.76 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
sudo: false
language: c
matrix:
include:
- os: osx
compiler: clang
env: PATH=./racket/bin:$PATH
- os: linux
compiler: clang
env: PATH=./racket/bin:$PATH TARGET="cs"
- os: linux
compiler: gcc
env: PATH=./racket/bin:$PATH
- os: linux
compiler: clang
env: PATH=./racket/bin:$PATH
- os: linux
compiler: gcc
env: PATH=./racket/bin:$PATH RACKET_CONFIGURE_ARGS="--disable-places --disable-futures
--disable-extflonum"
- os: linux
compiler: gcc
env: PATH=./racket/bin:$PATH RACKET_CONFIGURE_ARGS="--disable-jit"
- os: linux
compiler: gcc
env: PATH=./racket/bin:$PATH RACKET_CONFIGURE_ARGS="--disable-jit --disable-places
--disable-futures --disable-extflonum"
before_script:
- git config --global user.email "[email protected]"
- git config --global user.name "Travis Tester"
script:
- make $TARGET \
CPUS="2" \
PKGS="racket-test db-test unstable-flonum-lib net-test" \
CONFIGURE_ARGS_qq="$RACKET_CONFIGURE_ARGS" \
RACKETCS_SUFFIX="$RACKETCS_SUFFIX"
- which racket
- racket -v
- raco test -l tests/racket/test
- racket -l tests/racket/contract/all
- raco test -l tests/json/json
- raco test -l tests/file/main
- raco test -l tests/net/head
- raco test -l tests/net/uri-codec
- raco test -l tests/net/url
- raco test -l tests/net/url-port
- raco test -l tests/net/encoders
- raco test -l tests/openssl/basic
- raco test -l tests/openssl/https
- raco test -l tests/match/main
- raco test -l tests/zo-path
- raco test -l tests/xml/test
- raco test -l tests/db/all-tests
- raco test -c tests/stxparse
notifications:
email:
recipients:
on_success: change
slack: racket:7tWt0B5oYB5RrjqbtbzbvY0Q