Update libretro-buildbot-recipe.sh

This commit is contained in:
Andrés 2016-06-04 19:45:36 -05:00
parent 06c5b674cb
commit 6035dbcd2e

View file

@ -1448,8 +1448,11 @@ if [ "${PLATFORM}" = "MINGW64" ] || [ "${PLATFORM}" = "MINGW32" ] || [ "${PLATFO
strip -s retroarch.exe
cp -v retroarch.exe windows/retroarch.exe | tee -a $TMPDIR/log/${BOT}/${LOGDATE}/${LOGDATE}_RetroArch_${PLATFORM}.log
cp -v retroarch.exe windows/retroarch.exe
status=$q
echo $status
if [ $? -eq 0 ]; then
if [ $status -eq 0 ]; then
MESSAGE="retroarch: [status: done] [$jobid]"
echo $MESSAGE
echo buildbot job: $MESSAGE | tee -a $TMPDIR/log/${BOT}/${LOGDATE}/${LOGDATE}_RetroArch_${PLATFORM}.log