From cf97f39cac7c0b12dff34e67aceff5475cb295e8 Mon Sep 17 00:00:00 2001 From: Twinaphex Date: Wed, 25 Dec 2019 21:26:17 +0100 Subject: [PATCH] Update .travis.yml --- .travis.yml | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/.travis.yml b/.travis.yml index d9737bcdcad3..492484bc5505 100644 --- a/.travis.yml +++ b/.travis.yml @@ -68,25 +68,25 @@ matrix: osx_image: xcode8 script: - xcodebuild -target RetroArch -configuration Release -project pkg/apple/RetroArch.xcodeproj - #- os: osx - #osx_image: xcode11.2 - #script: - #- brew update-reset - #- brew install --force-bottle qt5 - #- security create-keychain -p travis build.keychain - #- security default-keychain -s build.keychain - #- security unlock-keychain -p travis build.keychain - #- echo $OSX_CERT | base64 --decode > dev.p12 - #- security import dev.p12 -k build.keychain -P $OSX_CERT_PASS -T /usr/bin/codesign - #- rm dev.p12 - #- security set-key-partition-list -S "apple-tool:,apple:,codesign:" -s -k travis build.keychain - #- xcodebuild -target RetroArchQt -configuration Release -project pkg/apple/RetroArch_Metal.xcodeproj - #deploy: - #skip_cleanup: true - #provider: script - #script: bash travis_metal_deploy.sh - #on: - #branch: master + - os: osx + osx_image: xcode11.2 + script: + - brew update-reset + - brew install --force-bottle qt5 + - security create-keychain -p travis build.keychain + - security default-keychain -s build.keychain + - security unlock-keychain -p travis build.keychain + - echo $OSX_CERT | base64 --decode > dev.p12 + - security import dev.p12 -k build.keychain -P $OSX_CERT_PASS -T /usr/bin/codesign + - rm dev.p12 + - security set-key-partition-list -S "apple-tool:,apple:,codesign:" -s -k travis build.keychain + - xcodebuild -target RetroArchQt -configuration Release -project pkg/apple/RetroArch_Metal.xcodeproj + deploy: + skip_cleanup: true + provider: script + script: bash travis_metal_deploy.sh + on: + branch: master - language: android # Android builds are only supported on Trusty dist: trusty