≡

wincent.dev

  • Products
  • Blog
  • Wiki
  • Issues
You are viewing an historical archive of past issues. Please report new issues to the appropriate project issue tracker on GitHub.
Home » Issues » Feature request #1510

Feature request #1510: Automate compilation testing on multiple versions of Ruby

Kind feature request
Product Command-T
When 2010-03-23T05:41:25Z
Status closed
Reporter Greg Hurrell
Tags no tags

Description

Bug #1505 was about compatibility with Ruby 1.9 and I had to manually test compilation on multiple versions of Ruby using multiruby like this:

$ OLD_PATH=$PATH
$ export PATH=~/.multiruby/install/1.8.6-p399/bin:$PATH
$ ruby -v
$ ruby extconf.rb
$ make clean
$ make
$ export PATH=~/.multiruby/install/1.9.1-p378/bin:$PATH
$ ruby -v
$ ruby extconf.rb 
$ make clean
$ make
$ export PATH=$OLD_PATH
$ ruby -v
$ ruby extconf.rb
$ make clean
$ make

Would be nice to automate this.

Comments

  1. Greg Hurrell 2010-03-23T06:34:57Z

    Done.

  2. Greg Hurrell 2010-03-23T06:35:04Z

    Status changed:

    • From: new
    • To: closed
Add a comment

Comments are now closed for this issue.

  • contact
  • legal

Menu

  • Blog
  • Wiki
  • Issues
  • Snippets