mirror of
https://github.com/libretro/libretro-super
synced 2025-01-26 03:35:36 +00:00
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
|
||||
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user