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

Raoul Bonnal bonnal at ingm.org
Mon Apr 16 08:58:14 UTC 2012


And ...
 do not forget that travis-ci.org uses 32-bit Ubuntu Linux 11.10 (server
edition).

http://about.travis-ci.org/docs/user/ci-environment/

On 16/04/12 10.10, "Artem Tarasov" <lomereiter at googlemail.com> wrote:

> 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