mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
8 lines
221 B
Plaintext
Executable File
8 lines
221 B
Plaintext
Executable File
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"
|