travis: add OSX Metal build

This commit is contained in:
bparker06 2018-08-31 13:49:44 -04:00 committed by GitHub
parent bd43682341
commit ad15f76ff5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,6 +34,10 @@ matrix:
osx_image: xcode7.3
script:
- xcodebuild -target RetroArch -configuration Release -project pkg/apple/RetroArch.xcodeproj
- os: osx
osx_image: xcode9.3
script:
- xcodebuild -target RetroArch -configuration Release -project pkg/apple/RetroArch_Metal.xcodeproj
script:
- ./configure