forked from cancerit/cgpCaVEManPostProcessing
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
46 lines (39 loc) · 1.03 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
notifications:
slack: wtsi-cgpit:ptUMR1tkNyZJYd9TpGoss8WR
email: false
env:
- CC=gcc
addons:
apt:
packages:
- build-essential # everything
- autoconf # biobambam
- libtool # biobambam
- zlib1g-dev # many
- nettle-dev # cgpBigWig
- libncurses5-dev # samtools
- unzip # kentools/pcap
- libcurl4-openssl-dev # many
- libgd-dev
- libdb-dev
install: true
language: perl
perl:
- "5.22"
script:
- export PATH=$HOME/install/bin:$HOME/install/biobambam2/bin:$PATH
- git clone --depth 1 --single-branch --branch develop https://github.com/cancerit/cgpBigWig.git
- cd cgpBigWig
- ./setup.sh $HOME/install
- cd ../
- git clone --depth 1 --single-branch --branch develop https://github.com/cancerit/PCAP-core.git
- cd PCAP-core
- ./setup.sh $HOME/install
- cd ../
- git clone --depth 1 --single-branch --branch dev https://github.com/cancerit/cgpVcf.git
- cd cgpVcf
- ./setup.sh $HOME/install
- cd ../
- ./setup.sh $HOME/install
dist: trusty
sudo: false