Update build-retroarch-metal.sh

This commit is contained in:
bparker06 2018-09-08 12:02:41 -04:00 committed by GitHub
parent b8116535fc
commit 1cde188b06
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,4 +16,4 @@ mv ${TRAVIS_BUILD_DIR} retroarch
ln -s `pwd`/retroarch ${TRAVIS_BUILD_DIR}
# only build the one core specified in $SINGLE_CORE, use NOCLEAN so we don't reset the repo back to master/HEAD in case this is a PR
NOCLEAN=1 FORCE=YES SINGLE_CORE=retroarch METAL=1 METAL_QT=1 ./libretro-buildbot-recipe.sh "${RECIPE}"
NOCLEAN=1 FORCE=YES SINGLE_CORE=retroarch METAL=1 METAL_QT=1 EXIT_ON_ERROR=1 ./libretro-buildbot-recipe.sh "${RECIPE}"