[BioRuby] Bio-samtools & travis-ci & native libraries

Artem Tarasov lomereiter at googlemail.com
Mon Apr 16 08:10:54 UTC 2012


They also allow to use 3rd-party PPA repositories, by the way. (
http://about.travis-ci.org/docs/user/build-configuration/)

On Mon, Apr 16, 2012 at 12:30 AM, Pjotr Prins <pjotr.public14 at thebird.nl>wrote:

> Yes, it is cool they allow adding your own (Debian) packages.
>
> On Sun, Apr 15, 2012 at 07:56:37PM +0200, Raoul Bonnal wrote:
> > Finally I got it working.
> > For those who are interested on how to test their gems with 3d party
> libraries
> > https://github.com/helios/bioruby-samtools/blob/master/.travis.yml
> >
> >
> >
> >
> >
> > language: ruby
> > before_install:
> >   - sudo apt-get update
> >   - sudo apt-get install zlib1g-dev libncurses5-dev libtinfo-dev
> > before_script:
> >   - cd ext
> >   - ruby mkrf_conf.rb
> >   - rake -f Rakefile
> >   - cd ../
> > rvm:
> >   - 1.9.3
> >
>



More information about the BioRuby mailing list