Created
July 21, 2010 16:11
-
-
Save awd/484692 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
# CIJOE | |
# setup Continuous Integration | |
`git config --remove-section cijoe` | |
`git config --add cijoe.runner "RAILS_ENV=test rake -s test"` | |
`git config --add cijoe.branch development` | |
`git config --add cijoe.buildallfile tmp/cijoe.txt` | |
# copy build-failed hook | |
`cp lib/hooks/* .git/hooks && chmod +x .git/hooks/*` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment