Created
May 23, 2011 21:40
-
-
Save felipecruz/987675 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# if you're on linux host, you need xvfb | |
sudo apt-get install xvfb | |
git clone git://github.com/felipecruz/jasmine-gem.git | |
cd jasmine-gem | |
git submodule init | |
git submodule update | |
gem install rails | |
gem install gem-release | |
gem install bundler | |
gem install ci_reporter | |
rake build | |
gem install pkg/jasmine-1.0.2.1.gem |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment