From 729577cc82ae9e76e780b6bd2c690dc7df7dcb88 Mon Sep 17 00:00:00 2001 From: Antonio Terceiro Date: Thu, 10 Dec 2009 14:00:20 -0300 Subject: [PATCH] Adding build script for Continuous integration --- script/ci-build | 3 +++ 1 file changed, 3 insertions(+), 0 deletions(-) create mode 100755 script/ci-build diff --git a/script/ci-build b/script/ci-build new file mode 100755 index 0000000..af2844d --- /dev/null +++ b/script/ci-build @@ -0,0 +1,3 @@ +#!/bin/sh + +cp config/database.yml.sqlite3 config/database.yml && /usr/bin/rake db:schema:load && /usr/bin/rake -- libgit2 0.21.2