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}