mirror of
https://github.com/libretro/libretro-super
synced 2025-02-20 18:40:59 +00:00
cleanup
This commit is contained in:
parent
eb39f14d60
commit
fa7cf6571c
@ -1037,6 +1037,7 @@ if [ "${PLATFORM}" == "osx" ] && [ "${RA}" == "YES" ]; then
|
||||
echo
|
||||
|
||||
cd pkg/apple
|
||||
|
||||
xcodebuild -project RetroArch.xcodeproj -target RetroArch -configuration Release &> $TMPDIR/log/${BOT}/${LOGDATE}/${LOGDATE}_RetroArch_${PLATFORM}.log
|
||||
|
||||
if [ $? -eq 0 ]; then
|
||||
@ -1053,7 +1054,6 @@ if [ "${PLATFORM}" == "osx" ] && [ "${RA}" == "YES" ]; then
|
||||
buildbot_log "$MESSAGE"
|
||||
echo buildbot job: $MESSAGE | tee -a $TMPDIR/log/${BOT}/${LOGDATE}.log
|
||||
|
||||
cd pkg/apple
|
||||
xcodebuild -project RetroArch.xcodeproj -target "RetroArch Cg" -configuration Release &> $TMPDIR/log/${BOT}/${LOGDATE}/${LOGDATE}_RetroArch_CG_${PLATFORM}.log
|
||||
|
||||
if [ $? -eq 0 ]; then
|
||||
|
Loading…
x
Reference in New Issue
Block a user