diff --git a/libretro-buildbot-recipe.sh b/libretro-buildbot-recipe.sh index f1f6dc91..5c6f8ab2 100755 --- a/libretro-buildbot-recipe.sh +++ b/libretro-buildbot-recipe.sh @@ -1066,6 +1066,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 @@ -1076,9 +1083,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! @@ -1086,7 +1091,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} 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