Skip to content

Commit

Permalink
Add travis job for tvOS
Browse files Browse the repository at this point in the history
  • Loading branch information
loudmouth committed Jun 21, 2018
1 parent d41094d commit 7973c3b
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .travis.yml
@@ -1,17 +1,21 @@
language: objective-c
osx_image: xcode9.3
osx_image: xcode9.4
xcode_project: DVR.xcodeproj

matrix:
include:
- xcode_scheme: DVR-iOS
xcode_sdk: iphonesimulator
env:
- DESTINATION="iOS Simulator,OS=11.3,name=iPhone X"
- DESTINATION="iOS Simulator,OS=11.4,name=iPhone X"
- xcode_scheme: DVR-macOS
xcode_sdk: macosx
env:
- DESTINATION="macOS,arch=x86_64"
- xcode_scheme: DVR-tvOS
xcode_sdk: appletvsimulator
env:
- DESTINATION="tvOS Simulator,name=Apple TV 4K,OS=11.4"
- env:
- SWIFT_BUILD=true

Expand Down

0 comments on commit 7973c3b

Please sign in to comment.