Merge pull request #623 from orbea/clean

libretro-buildbot-recipe.sh: Clean cores after building them.
This commit is contained in:
Andrés 2017-11-29 21:41:46 -05:00 committed by GitHub
commit 0fffab8e89
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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