mirror of
https://github.com/libretro/libretro-super
synced 2025-01-14 03:38:21 +00:00
Merge pull request #623 from orbea/clean
libretro-buildbot-recipe.sh: Clean cores after building them.
This commit is contained in:
commit
0fffab8e89
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user