mirror of
https://github.com/libretro/libretro-super
synced 2025-01-03 23:37:11 +00:00
Fix android retroarch buildbot logging
This commit is contained in:
parent
d0b16ba627
commit
5e32ebc081
@ -1060,7 +1060,7 @@ if [ "${PLATFORM}" = "android" ] && [ "${RA}" = "YES" ]; then
|
||||
if [ "${RELEASE}" == "NO" ]; then
|
||||
python ./version_increment.py
|
||||
fi
|
||||
./gradlew clean assembleRelease
|
||||
./gradlew clean assembleRelease | tee -a "$LOGFILE"
|
||||
cp -r build/outputs/apk/normal/release/phoenix-normal-release.apk $RARCH_DIR/retroarch-release.apk | tee -a "$LOGFILE"
|
||||
cp -r build/outputs/apk/normal/release/phoenix-normal-release.apk $RARCH_DIR/retroarch-release.apk
|
||||
cp -r build/outputs/apk/aarch64/release/phoenix-aarch64-release.apk $RARCH_DIR/retroarch-aarch64-release.apk | tee -a "$LOGFILE"
|
||||
|
Loading…
Reference in New Issue
Block a user