forked from genometools/genometools
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
45 lines (44 loc) · 1.21 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
chache: apt
language: c
compiler:
- clang
env:
global:
- testthreads=2
matrix:
- default=yes testrange=1..1150
- assert=no testrange=1..1150
- amalgamation=yes 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
- amalgamation=yes 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
- amalgamation=yes testrange=1751..3000
- opt=no cairo=no testrange=1751..3000
- threads=yes testrange=1751..3000
matrix:
include:
- compiler: gcc
env: default=yes
- compiler: gcc
env: GT_BITS=32 cairo=no
- compiler: clang
env: GT_BITS=32 cairo=no
- compiler: gcc
env: assert=no
- compiler: gcc
env: amalgamation=yes
- compiler: gcc
env: opt=no cairo=no
before_install: sudo apt-get update
install: sudo apt-get install ncbi-blast+ gcc-multilib
before_script:
- blastn -version
- blastp -version
- makeblastdb -version
script: ./scripts/travis_test.rb