forked from cancerit/PCAP-core
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.travis.yml
49 lines (42 loc) · 906 Bytes
/
.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
notifications:
slack: wtsi-cgpit:ptUMR1tkNyZJYd9TpGoss8WR
email: false
env:
- CC=gcc
addons:
apt:
packages:
- build-essential
- autoconf
- bsdtar
- time
- curl
- libcurl4-openssl-dev
- nettle-dev
- zlib1g-dev
- libncurses5-dev
- libpstreams-dev
- unzip
- libpng12-dev
- libexpat1-dev
- libgoogle-perftools-dev
- lsof
- libbz2-dev
- liblzma-dev
install: true
language: perl
perl:
- "5.22"
before_script:
- git clone --depth 1 --single-branch --branch develop https://github.com/cancerit/cgpBigWig.git
- cd cgpBigWig
- ./setup.sh $HOME/wtsi-opt
- cd ../
script:
- set -e
- ./setup.sh ~/wtsi-opt
- $HOME/wtsi-opt/bin/diff_bams --version
- $HOME/wtsi-opt/bin/reheadSQ --version
- $HOME/wtsi-opt/bin/bam_stats --version
- $HOME/wtsi-opt/bin/mismatchQc --version
- perl -I $HOME/wtsi-opt/lib/perl5 ~/wtsi-opt/bin/bwa_mem.pl --version