forked from genometools/genometools
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
61 lines (61 loc) · 1.75 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
cache: apt
language: c
os:
- linux
compiler:
- clang
env:
global:
- testthreads=2
matrix:
- default=yes testrange=1..1150
- assert=no testrange=1..1150
- opt=no cairo=no testrange=1..1150
- threads=yes testrange=1..1150
- default=yes testrange=1151..1750
- assert=no testrange=1151..1750
- opt=no cairo=no testrange=1151..1750
- threads=yes testrange=1151..1750
- default=yes testrange=1751..3000
- assert=no testrange=1751..3000
- opt=no cairo=no testrange=1751..3000
- threads=yes testrange=1751..3000
matrix:
include:
- os: linux
compiler: gcc
env: default=yes
- os: linux
compiler: gcc
env: GT_BITS=32 cairo=no
- os: linux
compiler: clang
env: GT_BITS=32 cairo=no
- os: linux
compiler: gcc
env: assert=no
- os: linux
compiler: gcc
env: amalgamation=yes
- os: linux
compiler: gcc
env: opt=no cairo=no
- os: osx
compiler: gcc
env: default=yes
- os: osx
compiler: gcc
env: assert=no
- os: osx
compiler: gcc
env: amalgamation=yes
- os: linux
compiler: gcc
env: opt=no cairo=no
- compiler: i686-w64-mingw32-gcc
env: SYSTEM=Windows MACHINE=i686 GT_BITS=32 AR=i686-w64-mingw32-ar fpic=no cairo=no sharedlib=no CFLAGS='-Wno-error=attributes -Wno-error=unused-parameter -DSQLITE_MALLOCSIZE=_msize'
- compiler: x86_64-w64-mingw32-gcc
env: SYSTEM=Windows MACHINE=i686 GT_BITS=64 AR=x86_64-w64-mingw32-ar fpic=no cairo=no sharedlib=no CFLAGS='-Wno-error=attributes -Wno-error=unused-parameter -DSQLITE_MALLOCSIZE=_msize'
before_install:
- ./scripts/travis_installdeps.sh
script: ./scripts/travis_test.rb