https://github.com/cancerit/alleleCount
Raw File
Tip revision: 133075f60b5323c87e50c05cd6d22fa4589dd58a authored by David Jones on 12 April 2019, 13:46:51 UTC
Merge branch 'hotfix/v4.0.2'
Tip revision: 133075f
.travis.yml
notifications:
  slack: wtsi-cgpit:ptUMR1tkNyZJYd9TpGoss8WR
  email: false

env:
 - CC=gcc

addons:
 apt:
  packages:
   - build-essential
   - autoconf
   - curl
   - zlib1g-dev
   - libncurses5-dev
   - libpstreams-dev
   - libcurl4-openssl-dev

install: true

language: perl

perl:
 - "5.22"
# - "5.16"

script:
 - ./setup.sh $HOME/wtsi-opt
 - ls -l $HOME/wtsi-opt/bin/alleleCounter
 - ls -l $HOME/wtsi-opt/bin/alleleCounter.pl
back to top