diff options
| author | mo k <mo@mokhan.ca> | 2013-02-08 23:40:09 -0700 |
|---|---|---|
| committer | mo k <mo@mokhan.ca> | 2013-02-08 23:40:09 -0700 |
| commit | f226acc725407a8c7da25305019ff60112280af2 (patch) | |
| tree | fa0bfe5f1abe3485de40d27dde5664ec7880af0f /script | |
| parent | 126a87cfce722490432510c7eb12ebc68c39912b (diff) | |
add ci shell script
Diffstat (limited to 'script')
| -rw-r--r-- | script/ci.sh | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/script/ci.sh b/script/ci.sh new file mode 100644 index 00000000..0c242fe6 --- /dev/null +++ b/script/ci.sh @@ -0,0 +1,8 @@ +#!/bin/bash -xl +source ~/.bashrc +cd . +bundle install --without production +cp config/database.yml.example config/database.yml +#rake db:schema:load +bundle exec rake db:migrate +bundle exec rake spec --trace |
