Created
November 22, 2011 01:47
-
-
Save tyabe/1384645 to your computer and use it in GitHub Desktop.
Jenkinsでrvmを使ってrspecを走らせる
This file contains hidden or 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
#!/var/lib/jenkins/.rvm/bin/rvm-shell ruby-1.9.2 | |
BUNDLE_GEMFILE=$WORKSPACE/Gemfile | |
RAILS_ENV=test | |
bundle install --path vendor/bundle | |
LD_LIBRARY_PATH=/usr/local/lib | |
rake db:migrate | |
rake spec |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment