silverstripe-framework/tests/travis/before_script

8 lines
221 B
Plaintext
Raw Normal View History

2012-08-14 06:02:12 +02:00
BUILD_DIR=$1
git clone git://github.com/silverstripe/silverstripe-installer.git $BUILD_DIR
cp ./tests/travis/_ss_environment.php $BUILD_DIR
cp -r . $BUILD_DIR/framework
cd $BUILD_DIR
./framework/sake dev/build "flush=1"