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…
Reference in New Issue