From 2d7bb5519b05eaed250386eb297dd64322b521f2 Mon Sep 17 00:00:00 2001 From: orbea Date: Thu, 17 Jan 2019 07:08:58 -0800 Subject: [PATCH] travis: Don't use libretro-super for xcode9.3 --- .travis.yml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index 7102643eef..471b79871f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -44,20 +44,17 @@ matrix: - os: osx osx_image: xcode8 script: - - xcodebuild -target RetroArch -configuration Release -project pkg/apple/RetroArch.xcodeproj + - xcodebuild -target RetroArch -configuration Release -project pkg/apple/RetroArch.xcodeproj - 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