Update libretro-buildbot-recipe.sh

This commit is contained in:
Andrés 2015-10-22 17:25:25 -05:00
parent fd06573dc5
commit ffb6921b9f

View File

@ -1244,6 +1244,7 @@ if [ "${PLATFORM}" = "android" ] && [ "${RA}" = "YES" ]; then
cd $PARENTDIR
cd $DIR
echo "pulling from repo... "
git reset --hard
OUT=`git pull`
echo $OUT
@ -1334,6 +1335,7 @@ if [ "${PLATFORM}" = "android" ] && [ "${RA}" = "YES" ]; then
$NDK clean &> $TMPDIR/log/${BOT}/${LOGDATE}/${LOGDATE}_RetroArch_${PLATFORM}.log
$NDK -j${JOBS} &>> $TMPDIR/log/${BOT}/${LOGDATE}/${LOGDATE}_RetroArch_${PLATFORM}.log
python ./version_increment.py
ant clean &>> $TMPDIR/log/${BOT}/${LOGDATE}/${LOGDATE}_RetroArch_${PLATFORM}.log
android update project --path . --target android-22 &>> $TMPDIR/log/${BOT}/${LOGDATE}/${LOGDATE}_RetroArch_${PLATFORM}.log
android update project --path libs/googleplay --target android-21 &>> $TMPDIR/log/${BOT}/${LOGDATE}/${LOGDATE}_RetroArch_${PLATFORM}.log