mirror of
https://github.com/libretro/libretro-super
synced 2025-01-26 21:35:36 +00:00
Update libretro-buildbot-recipe.sh
This commit is contained in:
parent
d751029b55
commit
06c5b674cb
@ -1446,6 +1446,7 @@ if [ "${PLATFORM}" = "MINGW64" ] || [ "${PLATFORM}" = "MINGW32" ] || [ "${PLATFO
|
||||
echo "build command: $MAKE -j${JOBS}"
|
||||
$MAKE -j${JOBS} 2>&1 | tee -a $TMPDIR/log/${BOT}/${LOGDATE}/${LOGDATE}_RetroArch_${PLATFORM}.log
|
||||
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
|
||||
|
||||
if [ $? -eq 0 ]; then
|
||||
@ -1456,7 +1457,8 @@ if [ "${PLATFORM}" = "MINGW64" ] || [ "${PLATFORM}" = "MINGW32" ] || [ "${PLATFO
|
||||
|
||||
$MAKE clean
|
||||
$MAKE -j${JOBS} DEBUG=1 GL_DEBUG=1 2>&1 | tee -a $TMPDIR/log/${BOT}/${LOGDATE}/${LOGDATE}_RetroArch_DEBUG_${PLATFORM}.log
|
||||
cp -v retroarch.exe windows/retroarch_debug.exe
|
||||
cp -v retroarch.exe windows/retroarch_debug.exe | tee -a $TMPDIR/log/${BOT}/${LOGDATE}/${LOGDATE}_RetroArch_${PLATFORM}.log
|
||||
cp -v retroarch.exe windows/retroarch_debug.exe
|
||||
|
||||
if [ $? -eq 0 ]; then
|
||||
MESSAGE="retroarch debug: [status: done] [$jobid]"
|
||||
|
Loading…
x
Reference in New Issue
Block a user