mirror of
https://github.com/libretro/RetroArch
synced 2025-01-31 06:32:48 +00:00
travis: Don't use libretro-super for xcode9.3
This commit is contained in:
parent
b70683fa08
commit
2d7bb5519b
@ -48,16 +48,13 @@ matrix:
|
||||
- os: osx
|
||||
osx_image: xcode9.3
|
||||
script:
|
||||
- cd ~/
|
||||
- brew update
|
||||
- brew install --force-bottle qt5
|
||||
- git clone --depth=50 https://github.com/libretro/libretro-super
|
||||
- cd libretro-super/travis
|
||||
- ./build-retroarch-metal.sh
|
||||
- xcodebuild -target RetroArchQt -configuration Release -project pkg/apple/RetroArch_Metal.xcodeproj
|
||||
deploy:
|
||||
skip_cleanup: true
|
||||
provider: script
|
||||
script: cd ../retroarch; bash travis_metal_deploy.sh
|
||||
script: bash travis_metal_deploy.sh
|
||||
on:
|
||||
branch: master
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user