From 3030b0be5a5750a59cce29e0f0a4497c793b40fc Mon Sep 17 00:00:00 2001 From: Radius Date: Mon, 6 Apr 2015 23:57:26 -0500 Subject: [PATCH 1/2] windows order fix --- libretro-buildbot-recipe.sh | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/libretro-buildbot-recipe.sh b/libretro-buildbot-recipe.sh index f811b41a..3eaa39a1 100755 --- a/libretro-buildbot-recipe.sh +++ b/libretro-buildbot-recipe.sh @@ -1062,6 +1062,13 @@ if [ "${PLATFORM}" = "MINGW64" ] || [ "${PLATFORM}" = "MINGW32" ] && [ "${RA}" = cd .. cd .. + echo "configuring..." + echo "configure command: + + $CONFIGURE" + ${CONFIGURE} + + echo "cleaning up..." echo "cleanup command: $MAKE clean" $MAKE clean @@ -1072,9 +1079,7 @@ if [ "${PLATFORM}" = "MINGW64" ] || [ "${PLATFORM}" = "MINGW32" ] && [ "${RA}" = echo BUILDBOT JOB: $jobid retroarch cleanup failure! fi - echo "configuring..." - echo "configure command: $CONFIGURE" - ${CONFIGURE} + if [ $? -eq 0 ]; then echo BUILDBOT JOB: $jobid retroarch configure success! @@ -1082,7 +1087,6 @@ if [ "${PLATFORM}" = "MINGW64" ] || [ "${PLATFORM}" = "MINGW32" ] && [ "${RA}" = echo BUILDBOT JOB: $jobid retroarch configure failure! fi - echo "building..." echo "build command: $MAKE -j${JOBS}" $MAKE -j${JOBS} From 41c136672e06e94f4a0111ce15d391204549c58a Mon Sep 17 00:00:00 2001 From: radius Date: Wed, 8 Apr 2015 01:01:55 -0400 Subject: [PATCH 2/2] add missing cores --- recipes/linux-portable/portable | 2 ++ 1 file changed, 2 insertions(+) diff --git a/recipes/linux-portable/portable b/recipes/linux-portable/portable index 2fc9c217..9fcd4bf2 100644 --- a/recipes/linux-portable/portable +++ b/recipes/linux-portable/portable @@ -66,3 +66,5 @@ vbam libretro-vbam https://github.com/libretro/vbam-libretro.git PROJECT YES GEN vecx libretro-vecx https://github.com/libretro/libretro-vecx.git PROJECT YES GENERIC Makefile.libretro . virtualjaguar libretro-virtualjaguar https://github.com/libretro/virtualjaguar-libretro.git PROJECT YES GENERIC Makefile . yabause libretro-yabause https://github.com/libretro/yabause.git PROJECT YES GENERIC Makefile libretro +ppsspp libretro-ppsspp https://github.com/libretro/ppsspp.git SUBMODULE YES GENERIC_GL Makefile libretro +ffmpeg libretro-ffmpeg https://github.com/libretro/FFmpeg.git PROJECT YES GENERIC_GL Makefile libretro