staging build fix

This commit is contained in:
radius 2016-10-15 14:52:28 -05:00
parent 5b0cdc74af
commit efc23b7d22
2 changed files with 5 additions and 22 deletions

View File

@ -1306,7 +1306,6 @@ EOF
else
cp -rv bin/retroarch-release.apk $RARCH_DIR/retroarch-staging-release.apk | tee -a $TMPDIR/log/${BOT}/${LOGDATE}/${LOGDATE}_RetroArch_${PLATFORM}.log
cp -rv bin/retroarch-release.apk $RARCH_DIR/retroarch-staging-release.apk
fi
@ -1323,22 +1322,6 @@ EOF
echo buildbot job: $MESSAGE
buildbot_log "$MESSAGE"
$NDK clean | tee $TMPDIR/log/${BOT}/${LOGDATE}/${LOGDATE}_RetroArch_DEBUG_${PLATFORM}.log
$NDK -j${JOBS} DEBUG=1 | tee -a $TMPDIR/log/${BOT}/${LOGDATE}/${LOGDATE}_RetroArch_DEBUG_${PLATFORM}.log
python ./version_increment.py
ant clean | tee -a $TMPDIR/log/${BOT}/${LOGDATE}/${LOGDATE}_RetroArch_DEBUG_${PLATFORM}.log
android update project --path . --target android-22 | tee -a $TMPDIR/log/${BOT}/${LOGDATE}/${LOGDATE}_RetroArch_DEBUG_${PLATFORM}.log
android update project --path libs/googleplay --target android-21 | tee -a $TMPDIR/log/${BOT}/${LOGDATE}/${LOGDATE}_RetroArch_DEBUG_${PLATFORM}.log
android update project --path libs/appcompat --target android-21 | tee -a $TMPDIR/log/${BOT}/${LOGDATE}/${LOGDATE}_RetroArch_DEBUG_${PLATFORM}.log
ant set-debuggable release | tee -a $TMPDIR/log/${BOT}/${LOGDATE}/${LOGDATE}_RetroArch_DEBUG_${PLATFORM}.log
if [ -z "$BRANCH" ]; then
cp -rv bin/retroarch-debug.apk $RARCH_DIR/retroarch-debug.apk | tee -a $TMPDIR/log/${BOT}/${LOGDATE}/${LOGDATE}_RetroArch_DEBUG_${PLATFORM}.log
cp -rv bin/retroarch-debug.apk $RARCH_DIR/retroarch-debug.apk
else
cp -rv bin/retroarch-debug.apk $RARCH_DIR/retroarch-staging-debug.apk | tee -a $TMPDIR/log/${BOT}/${LOGDATE}/${LOGDATE}_RetroArch_DEBUG_${PLATFORM}.log
cp -rv bin/retroarch-debug.apk $RARCH_DIR/retroarch-staging-debug.apk
fi
if [ $? -eq 0 ]; then
MESSAGE="retroarch debug: [status: done] [$jobid]"
echo $MESSAGE $RARCH_DIR

View File

@ -1,7 +1,7 @@
retroarch retroarch-staging https://github.com/libretro/Retroarch.git SUBMODULE YES .
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
overlays overlays https://github.com/libretro/common-overlays.git ASSETS YES retroarch-staging/media
shaders shaders_cg https://github.com/libretro/common-shaders.git ASSETS YES retroarch-staging/media
autoconfig autoconfig https://github.com/libretro/retroarch-joypad-autoconfig.git ASSETS YES retroarch-staging/media
assets assets https://github.com/libretro/retroarch-assets.git ASSETS YES retroarch-staging/media
libretrodb libretrodb https://github.com/libretro/libretro-database.git ASSETS YES retroarch-staging/media