Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
inactive123 authored Dec 25, 2019
1 parent b6a4564 commit cf97f39
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cf97f39

Please sign in to comment.