libretro-buildbot-recipe.sh: Clean cores after building them.

This commit is contained in:
orbea 2017-11-29 18:03:38 -08:00
parent 2f56bbc8c7
commit 813fcd42cc
1 changed files with 2 additions and 0 deletions

View File

@ -885,6 +885,8 @@ while read line; do
HIGAN ) build_libretro_higan $NAME $DIR $SUBDIR $MAKEFILE $PLATFORM ${FORMAT_COMPILER_TARGET} ${CXX11} "${ARGS}" ;;
* ) : ;;
esac
echo "Cleaning repo state after build $URL..."
git clean -xdf
else
echo "buildbot job: building $NAME up-to-date"
fi