Add Qt back

This commit is contained in:
Jean-André Santoni 2019-11-19 17:46:35 +07:00
parent f142caea11
commit 8191f2775f
No known key found for this signature in database
GPG Key ID: 9D694E373914CC36

View File

@ -65,6 +65,8 @@ matrix:
- 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
@ -72,7 +74,7 @@ matrix:
- 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 RetroArch -configuration Release -project pkg/apple/RetroArch_Metal.xcodeproj
- xcodebuild -target RetroArchQt -configuration Release -project pkg/apple/RetroArch_Metal.xcodeproj
deploy:
skip_cleanup: true
provider: script