asciinema.org/script/cibuild.sh
2012-03-08 15:00:10 +01:00

7 lines
258 B
Bash
Executable File

#!/bin/bash
bundle exec rake db:create db:migrate
bundle exec rake && \
bundle exec cane --no-doc --abc-glob '{app,lib,spec}/**/*.rb' --style-glob '{app,lib,spec}/**/*.rb' && \
bundle exec tailor app && bundle exec tailor lib && bundle exec tailor spec