this one too

This commit is contained in:
Andrés 2016-12-28 11:20:06 -05:00 committed by GitHub
parent 659c4cc188
commit 102a475d81

View file

@ -1362,7 +1362,6 @@ if [ "${PLATFORM}" = "MINGW64" ] || [ "${PLATFORM}" = "MINGW32" ] || [ "${PLATFO
echo
if [ "${BUILD}" = "YES" -o "${FORCE}" = "YES" -o "${FORCE_RETROARCH_BUILD}" == "YES" ]; then
touch $TMPDIR/built-frontend
cd $RADIR
git clean -xdf
echo "buildbot job: $jobid Building"
@ -1432,6 +1431,7 @@ if [ "${PLATFORM}" = "MINGW64" ] || [ "${PLATFORM}" = "MINGW32" ] || [ "${PLATFO
if [ $status -eq 0 ]; then
MESSAGE="retroarch: [status: done] [$jobid]"
touch $TMPDIR/built-frontend
echo $MESSAGE
echo buildbot job: $MESSAGE | tee -a $TMPDIR/log/${BOT}/${LOGDATE}/${LOGDATE}_RetroArch_${PLATFORM}.txt
buildbot_log "$MESSAGE"
@ -1446,7 +1446,7 @@ if [ "${PLATFORM}" = "MINGW64" ] || [ "${PLATFORM}" = "MINGW32" ] || [ "${PLATFO
if [ $? -eq 0 ]; then
MESSAGE="retroarch debug: [status: done] [$jobid]"
touch $TMPDIR/built-frontend
echo $MESSAGE
echo buildbot job: $MESSAGE | tee -a $TMPDIR/log/${BOT}/${LOGDATE}/${LOGDATE}_RetroArch_${PLATFORM}.txt
buildbot_log "$MESSAGE"
@ -1516,6 +1516,7 @@ if [ "${PLATFORM}" = "psp1" ] && [ "${RA}" = "YES" ]; then
time sh ./dist-cores.sh psp1 &> $TMPDIR/log/${BOT}/${LOGDATE}/${LOGDATE}_RetroArch_${PLATFORM}.txt
if [ $? -eq 0 ]; then
MESSAGE="retroarch: [status: done] [$jobid]"
touch $TMPDIR/built-frontend
echo $MESSAGE
else
ERROR=$TMPDIR/log/${BOT}/${LOGDATE}/${LOGDATE}_RetroArch_${PLATFORM}.txt