update android dev builds
This commit is contained in:
parent
a13a98f142
commit
3c5ac0438b
|
@ -1031,11 +1031,10 @@ buildbot_pull(){
|
|||
else
|
||||
echo "cloning repo..."
|
||||
cd $PARENTDIR
|
||||
git clone "$URL" "$DIR" --depth=1
|
||||
if [ ! -z "$BRANCH" ]; then
|
||||
cd $PARENTDIR
|
||||
cd $DIR
|
||||
git checkout $BRANCH
|
||||
git clone "$URL" "$DIR" --depth=1
|
||||
else
|
||||
git clone -b "$BRANCH" "$URL" "$DIR"
|
||||
fi
|
||||
cd $WORK
|
||||
if [ "${TYPE}" = "PROJECT" ]; then
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
retroarch retroarch-dev https://github.com/libretro/Retroarch.git SUBMODULE YES .
|
||||
overlays overlays https://github.com/libretro/common-overlays.git ASSETS YES retroarch/media
|
||||
shaders shaders_cg https://github.com/libretro/common-shaders.git ASSETS YES retroarch/media
|
||||
autoconfig autoconfig https://github.com/libretro/retroarch-joypad-autoconfig.git ASSETS YES retroarch/media
|
||||
assets assets https://github.com/libretro/retroarch-assets.git ASSETS YES retroarch/media
|
||||
libretrodb libretrodb https://github.com/libretro/libretro-database.git ASSETS YES retroarch/media
|
||||
overlays overlays https://github.com/libretro/common-overlays.git ASSETS YES retroarch-dev/media
|
||||
shaders shaders_cg https://github.com/libretro/common-shaders.git ASSETS YES retroarch-dev/media
|
||||
autoconfig autoconfig https://github.com/libretro/retroarch-joypad-autoconfig.git ASSETS YES retroarch-dev/media
|
||||
assets assets https://github.com/libretro/retroarch-assets.git ASSETS YES retroarch-dev/media
|
||||
libretrodb libretrodb https://github.com/libretro/libretro-database.git ASSETS YES retroarch-dev/media
|
||||
|
||||
|
|
Loading…
Reference in New Issue