mirror of
https://github.com/libretro/libretro-super
synced 2024-12-29 09:22:43 +00:00
staging build fix
This commit is contained in:
parent
5b0cdc74af
commit
efc23b7d22
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user