Skip to content

Commit 0edd8bf

Browse files
authored
Merge pull request #89 from RxSwiftCommunity/ts-multi-platform-carthage
Add Carthage Support for macOS, tvOS and watchOS
2 parents 65de271 + f9a2c51 commit 0edd8bf

File tree

6 files changed

+614
-5
lines changed

6 files changed

+614
-5
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,8 @@ osx_image: xcode8
55
script:
66
- set -o pipefail
77
- xcodebuild build-for-testing test-without-building -workspace Action.xcworkspace -scheme Action -sdk iphonesimulator -destination "name=iPhone SE" | xcpretty -c
8+
- xcodebuild build -workspace Action.xcworkspace -scheme Action-watchOS -sdk watchsimulator -destination "name=Apple Watch - 38mm" | xcpretty -c
9+
- xcodebuild build -workspace Action.xcworkspace -scheme Action-macOS -sdk macosx -destination "arch=x86_64" | xcpretty -c
10+
- xcodebuild build -workspace Action.xcworkspace -scheme Action-tvOS -sdk appletvsimulator -destination "name=Apple TV 1080p" | xcpretty -c
811
- swift build
912

0 commit comments

Comments
 (0)