travis: build Metal with libretro-super instead

This commit is contained in:
Brad Parker 2018-09-03 09:07:04 -04:00
parent b2c704862a
commit 511dcb0d56

View File

@ -37,7 +37,10 @@ matrix:
- os: osx
osx_image: xcode9.3
script:
- xcodebuild -target RetroArch -configuration Release -project pkg/apple/RetroArch_Metal.xcodeproj
- cd ~/
- git clone --depth=50 https://github.com/libretro/libretro-super
- cd libretro-super/travis
- ./build-retroarch-metal.sh
deploy:
skip_cleanup: true
provider: script