update android dev builds

This commit is contained in:
radius 2016-03-25 11:55:13 -05:00
parent a13a98f142
commit 3c5ac0438b
2 changed files with 8 additions and 9 deletions

View File

@ -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

View File

@ -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