Skip to content

Instantly share code, notes, and snippets.

@diasjorge
Created August 24, 2011 16:07
Show Gist options
  • Save diasjorge/1168404 to your computer and use it in GitHub Desktop.
Save diasjorge/1168404 to your computer and use it in GitHub Desktop.
test_rubies
#!/usr/bin/env bash
RUBIES="ruby-1.8.7-skaes,ruby-1.9.2,rbx,jruby"
if [ -n $1 ]; then
RUBIES=${RUBIES//,/$1,}
RUBIES="$RUBIES$1"
fi
set -o verbose
rvm $RUBIES exec RBXOPT="-Xrbc.db" bundle
rvm $RUBIES exec RBXOPT="-Xrbc.db" bundle exec rake
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment