Merge pull request #8027 from orbea/travis

travis: Don't use libretro-super for xcode9.3
This commit is contained in:
Twinaphex 2019-01-17 17:42:14 +01:00 committed by GitHub
commit dc6b148b17
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -44,20 +44,17 @@ matrix:
- os: osx - os: osx
osx_image: xcode8 osx_image: xcode8
script: script:
- xcodebuild -target RetroArch -configuration Release -project pkg/apple/RetroArch.xcodeproj - xcodebuild -target RetroArch -configuration Release -project pkg/apple/RetroArch.xcodeproj
- os: osx - os: osx
osx_image: xcode9.3 osx_image: xcode9.3
script: script:
- cd ~/
- brew update - brew update
- brew install --force-bottle qt5 - brew install --force-bottle qt5
- git clone --depth=50 https://github.com/libretro/libretro-super - xcodebuild -target RetroArchQt -configuration Release -project pkg/apple/RetroArch_Metal.xcodeproj
- cd libretro-super/travis
- ./build-retroarch-metal.sh
deploy: deploy:
skip_cleanup: true skip_cleanup: true
provider: script provider: script
script: cd ../retroarch; bash travis_metal_deploy.sh script: bash travis_metal_deploy.sh
on: on:
branch: master branch: master