mirror of
https://github.com/silverstripe/silverstripe-dms
synced 2024-10-22 14:05:56 +02:00
Added cms dependency to travis scripts
This commit is contained in:
parent
437e6a4326
commit
38c99fc66b
@ -5,6 +5,8 @@ BUILD_DIR=$1
|
|||||||
# Fetch all dependencies
|
# Fetch all dependencies
|
||||||
echo "Checking out installer@$CORE_RELEASE"
|
echo "Checking out installer@$CORE_RELEASE"
|
||||||
git clone --depth=100 --quiet --branch $CORE_RELEASE git://github.com/silverstripe/silverstripe-installer.git $BUILD_DIR
|
git clone --depth=100 --quiet --branch $CORE_RELEASE git://github.com/silverstripe/silverstripe-installer.git $BUILD_DIR
|
||||||
|
echo "Checking out cms@$CORE_RELEASE"
|
||||||
|
git clone --depth=100 --quiet --branch $CORE_RELEASE git://github.com/silverstripe/silverstripe-cms.git $BUILD_DIR/cms
|
||||||
echo "Checking out framework@$CORE_RELEASE"
|
echo "Checking out framework@$CORE_RELEASE"
|
||||||
git clone --depth=100 --quiet --branch $CORE_RELEASE git://github.com/silverstripe/sapphire.git $BUILD_DIR/framework
|
git clone --depth=100 --quiet --branch $CORE_RELEASE git://github.com/silverstripe/sapphire.git $BUILD_DIR/framework
|
||||||
echo "Checking out postgresql"
|
echo "Checking out postgresql"
|
||||||
|
Loading…
Reference in New Issue
Block a user