mirror of
https://github.com/libretro/libretro-super
synced 2025-01-01 09:00:08 +00:00
Initial buildbot clone should recursively clone submodules
For instance, ppsspp uses this
This commit is contained in:
parent
3a869cc0f6
commit
b067987f68
@ -1022,7 +1022,7 @@ while read line; do
|
||||
echo "cloning repo $URL..."
|
||||
git clone --depth=1 -b "$GIT_BRANCH" "$URL" "$DIR"
|
||||
cd $DIR
|
||||
git submodule update --init
|
||||
git submodule update --init --recursive
|
||||
BUILD="YES"
|
||||
fi
|
||||
cd $WORK
|
||||
|
Loading…
Reference in New Issue
Block a user