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
7b6bfa25a8
commit
0cc58a9688
@ -1576,6 +1576,11 @@ EOF
|
||||
cp -rf audio/audio_filters/*.dsp windows/filters/audio
|
||||
cp -rf gfx/video_filters/*.dll windows/filters/video
|
||||
cp -rf gfx/video_filters/*.filt windows/filters/video
|
||||
|
||||
$MAKE clean
|
||||
V=1 $MAKE -j${JOBS} DEBUG=1 | tee -a $TMPDIR/log/${BOT}/${LOGDATE}/${LOGDATE}_RetroArch_DEBUG_${PLATFORM}.log
|
||||
cp -v retroarch.exe windows/retroarch_debug.exe
|
||||
|
||||
else
|
||||
ERROR=`cat $TMPDIR/log/${BOT}/${LOGDATE}/${LOGDATE}_RetroArch_${PLATFORM}.log | tail -n 100`
|
||||
HASTE=`curl -XPOST http://hastebin.com/documents -d"$ERROR"`
|
||||
|
Loading…
x
Reference in New Issue
Block a user