Commit 729577cc82ae9e76e780b6bd2c690dc7df7dcb88

Authored by Antonio Terceiro
1 parent f5b78ec3

Adding build script for Continuous integration

Showing 1 changed file with 3 additions and 0 deletions   Show diff stats
script/ci-build 0 → 100755
@@ -0,0 +1,3 @@ @@ -0,0 +1,3 @@
  1 +#!/bin/sh
  2 +
  3 +cp config/database.yml.sqlite3 config/database.yml && /usr/bin/rake db:schema:load && /usr/bin/rake