forked from Ensembl/ensembl-rest
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.travis.yml
51 lines (42 loc) · 1.71 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
language: "perl"
perl:
- "5.14"
sudo: false
addons:
apt:
packages:
- unzip
env:
- COVERALLS=false
before_install:
- git clone --branch master --depth 1 https://github.com/Ensembl/ensembl-test.git
- git clone --branch master --depth 1 https://github.com/Ensembl/ensembl.git
- git clone --branch master --depth 1 https://github.com/Ensembl/ensembl-hdf5.git
- git clone --branch master --depth 1 https://github.com/Ensembl/ensembl-compara.git
- git clone --branch master --depth 1 https://github.com/Ensembl/ensembl-variation.git
- git clone --branch master --depth 1 https://github.com/Ensembl/ensembl-vep.git
- git clone --branch master --depth 1 https://github.com/Ensembl/ensembl-funcgen.git
- git clone --branch master --depth 1 https://github.com/Ensembl/ensembl-io.git
- git clone -b bioperl-release-1-6-1 --depth 1 https://github.com/bioperl/bioperl-live.git
- git clone --branch master --depth 1 https://github.com/samtools/htslib.git
- cd htslib
- make
- export HTSLIB_DIR=$(pwd -P)
- cd ..
- cd ensembl-variation/C_code/
- make
- cd ../../
install:
- cpanm -v --installdeps --with-recommends --notest --cpanfile ensembl/cpanfile .
- cpanm -v --installdeps --with-recommends --notest .
- cpanm -n Devel::Cover::Report::Coveralls
- cpanm Bio::DB::HTS
- cpanm DBD::SQLite
- cp travisci/MultiTestDB.conf.travisci t/MultiTestDB.conf
script: "./travisci/harness.sh"
notifications:
email:
on_success: always
on_failure: always
slack:
secure: gTcWzQsVHKPxRJ1u0U2l2+QVujmG1uFW44kAO3l46V5Im5uLTOLeM20ykk6ox4kaPHLs5ky7NGzcJmTDLaHBKjI4Sa34l4tJd0lhkv+hKj9TSv5pDDCdUX8v869Nm8LqJKh26HqvVcN7eHFRatLD/tfYvvkaP1rLLhwLLdr7czQ=