Skip to content
This repository has been archived by the owner on Apr 4, 2018. It is now read-only.

Commit

Permalink
Add ruby specs to jenkins
Browse files Browse the repository at this point in the history
  • Loading branch information
fidothe committed Apr 11, 2011
1 parent 2327177 commit 2bfcd89
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion jenkins.sh
Expand Up @@ -11,4 +11,8 @@ fi

source "/home/jenkins/virtualenvs/${JOB_NAME}/bin/activate"

PYTHONPATH=py nosetests -w test
PYTHONPATH=py nosetests -w test

source '/usr/local/lib/rvm'
bundle install --path "/home/jenkins/bundles/${JOB_NAME}" --deployment
bundle exec rake spec

0 comments on commit 2bfcd89

Please sign in to comment.