fix buildbot recipe for vita
This commit is contained in:
parent
b4429f984e
commit
5d618bc6ae
|
@ -1663,7 +1663,7 @@ if [ "${PLATFORM}" == "vita" ] && [ "${RA}" == "YES" ]; then
|
||||||
MESSAGE="retroarch: [status: done] [$jobid]"
|
MESSAGE="retroarch: [status: done] [$jobid]"
|
||||||
echo $MESSAGE
|
echo $MESSAGE
|
||||||
else
|
else
|
||||||
ERROR=cat $TMPDIR/log/${BOT}/${LOGDATE}/${LOGDATE}_RetroArch_${PLATFORM}.log
|
ERROR=$TMPDIR/log/${BOT}/${LOGDATE}/${LOGDATE}_RetroArch_${PLATFORM}.log
|
||||||
HASTE=`curl -X POST http://hastebin.com/documents --data-binary @$ERROR`
|
HASTE=`curl -X POST http://hastebin.com/documents --data-binary @$ERROR`
|
||||||
HASTE=`echo $HASTE | cut -d"\"" -f4`
|
HASTE=`echo $HASTE | cut -d"\"" -f4`
|
||||||
MESSAGE="retroarch: [status: fail] [$jobid] LOG: http://hastebin.com/$HASTE"
|
MESSAGE="retroarch: [status: fail] [$jobid] LOG: http://hastebin.com/$HASTE"
|
||||||
|
|
|
@ -11,7 +11,6 @@ fceumm libretro-fceuumm https://github.com/libretro/libretro-fceumm.git PROJECT
|
||||||
fmsx libretro-fmsx https://github.com/libretro/fmsx-libretro.git PROJECT YES GENERIC Makefile .
|
fmsx libretro-fmsx https://github.com/libretro/fmsx-libretro.git PROJECT YES GENERIC Makefile .
|
||||||
gambatte libretro-gambatte https://github.com/libretro/gambatte-libretro.git PROJECT YES GENERIC Makefile.libretro libgambatte
|
gambatte libretro-gambatte https://github.com/libretro/gambatte-libretro.git PROJECT YES GENERIC Makefile.libretro libgambatte
|
||||||
genesis_plus_gx libretro-genesis_plus_gx https://github.com/libretro/Genesis-Plus-GX.git PROJECT YES GENERIC Makefile.libretro .
|
genesis_plus_gx libretro-genesis_plus_gx https://github.com/libretro/Genesis-Plus-GX.git PROJECT YES GENERIC Makefile.libretro .
|
||||||
gw libretro-gw https://github.com/libretro/gw-libretro.git PROJECT YES GENERIC Makefile .
|
|
||||||
gpsp libretro-gpsp https://github.com/libretro/gpsp.git PROJECT YES GENERIC Makefile .
|
gpsp libretro-gpsp https://github.com/libretro/gpsp.git PROJECT YES GENERIC Makefile .
|
||||||
handy libretro-handy https://github.com/libretro/libretro-handy.git PROJECT YES GENERIC Makefile .
|
handy libretro-handy https://github.com/libretro/libretro-handy.git PROJECT YES GENERIC Makefile .
|
||||||
lutro libretro-lutro https://github.com/libretro/libretro-lutro PROJECT NO GENERIC Makefile .
|
lutro libretro-lutro https://github.com/libretro/libretro-lutro PROJECT NO GENERIC Makefile .
|
||||||
|
|
|
@ -1,2 +1,3 @@
|
||||||
81 libretro-81 https://github.com/libretro/81-libretro.git PROJECT YES LEIRADEL Makefile build arm
|
81 libretro-81 https://github.com/libretro/81-libretro.git PROJECT YES LEIRADEL Makefile build arm
|
||||||
fuse libretro-fuse https://github.com/libretro/fuse-libretro.git PROJECT YES LEIRADEL Makefile build arm
|
fuse libretro-fuse https://github.com/libretro/fuse-libretro.git PROJECT YES LEIRADEL Makefile build arm
|
||||||
|
gw libretro-gw https://github.com/libretro/gw-libretro.git PROJECT YES LEIRADEL Makefile build arm
|
Loading…
Reference in New Issue