Skip to content

Instantly share code, notes, and snippets.

@awd
Created July 21, 2010 16:11
Show Gist options
  • Save awd/484692 to your computer and use it in GitHub Desktop.
Save awd/484692 to your computer and use it in GitHub Desktop.
# 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