blackwinter / rb-gsl

Ruby interface to the GNU Scientific Library [Ruby 2.x and GSL 1.16 compatible fork of the gsl gem]
https://blackwinter.github.io/rb-gsl
Other
27 stars 7 forks source link

Add Rubinius to the CI build matrix #29

Closed jc00ke closed 9 years ago

jc00ke commented 9 years ago

Would help us in addressing #28.

minad commented 9 years ago

not good if you immediately delete the branch - travis cannot run through :-1:

jc00ke commented 9 years ago

My fork/branch never ran, and the merge of this one is still running.

minad commented 9 years ago

This is not true - https://travis-ci.org/blackwinter/rb-gsl/builds/67858591

jc00ke commented 9 years ago

Hmm, my bad. I don't remember ever running in to that before. Branch restored, I can't restart the build.

minad commented 9 years ago

doesn't matter, I just wanted to look quickly. but now the other build ran through

edmundhighcock commented 9 years ago

Hi guys, thanks for working on this! I've now got rb-gsl to compile with rbx 2.5.2; only a tiny patch was required, but rake test is triggering a very rubinius-specific sort of error that I'm unfamiliar with.. I posted details here:

https://github.com/blackwinter/rb-gsl/issues/28#issuecomment-114168943