Update libretro-buildbot-recipe.sh
This commit is contained in:
parent
06c5b674cb
commit
6035dbcd2e
|
@ -1448,8 +1448,11 @@ if [ "${PLATFORM}" = "MINGW64" ] || [ "${PLATFORM}" = "MINGW32" ] || [ "${PLATFO
|
||||||
strip -s retroarch.exe
|
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 | tee -a $TMPDIR/log/${BOT}/${LOGDATE}/${LOGDATE}_RetroArch_${PLATFORM}.log
|
||||||
cp -v retroarch.exe windows/retroarch.exe
|
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]"
|
MESSAGE="retroarch: [status: done] [$jobid]"
|
||||||
echo $MESSAGE
|
echo $MESSAGE
|
||||||
echo buildbot job: $MESSAGE | tee -a $TMPDIR/log/${BOT}/${LOGDATE}/${LOGDATE}_RetroArch_${PLATFORM}.log
|
echo buildbot job: $MESSAGE | tee -a $TMPDIR/log/${BOT}/${LOGDATE}/${LOGDATE}_RetroArch_${PLATFORM}.log
|
||||||
|
|
Loading…
Reference in New Issue