2012-11-09 13:01:29 +01:00
|
|
|
BUILD_DIR=$1
|
2012-11-28 15:43:33 +01:00
|
|
|
git clone --depth=100 --branch post-2.4 --quiet git://github.com/silverstripe/silverstripe-installer.git $BUILD_DIR
|
2012-11-09 13:01:29 +01:00
|
|
|
git clone --depth=100 --branch 1.2 --quiet git://github.com/silverstripe-labs/silverstripe-sqlite3.git $BUILD_DIR/sqlite3
|
|
|
|
git clone --depth=100 --branch 1.0 --quiet git://github.com/silverstripe/silverstripe-postgresql.git $BUILD_DIR/postgresql
|
2012-11-28 15:43:33 +01:00
|
|
|
git clone --depth=100 --quiet --branch post-2.4 git://github.com/silverstripe/sapphire.git $BUILD_DIR/sapphire
|
2012-11-09 13:01:29 +01:00
|
|
|
cp $BUILD_DIR/sapphire/tests/travis/_ss_environment.php $BUILD_DIR
|
|
|
|
cp $BUILD_DIR/sapphire/tests/travis/_config.php $BUILD_DIR/mysite
|
|
|
|
cp -r . $BUILD_DIR/cms
|
|
|
|
|
|
|
|
cd $BUILD_DIR
|