-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Rui Peres
committed
Mar 29, 2016
1 parent
8a27c83
commit 794d2db
Showing
1 changed file
with
6 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,9 @@ | ||
language: objective-c | ||
osx_image: xcode7.3 | ||
script: | ||
- xctool -scheme "OptionalExtensions-Mac" CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO test -parallelize | ||
- xctool -scheme "OptionalExtensions-tvOS" DESTINATION="platform=tvOS Simulator,name=Apple TV 1080p" CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO build clean | ||
- xctool -scheme "OptionalExtensions-tvOS" DESTINATION="platform=watchOS Simulator,name=Apple Watch - 38mm" CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO build clean | ||
- xctool -scheme "OptionalExtensions-iOS" -sdk iphonesimulator CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO build test | ||
- set -o pipefail | ||
- carthage bootstrap | ||
- xcodebuild test -scheme OptionalExtensions-Mac | xcpretty -c | ||
- xcodebuild test -scheme OptionalExtensions-iOS -sdk iphonesimulator -destination "platform=iOS Simulator,name=iPhone 6s" | xcpretty -c | ||
- xcodebuild test -scheme OptionalExtensions-tvOS -sdk appletvsimulator -destination "platform=tvOS Simulator,name=Apple TV 1080p" | xcpretty -c | ||
- xcodebuild build -scheme OptionalExtensions-watchOS -sdk watchsimulator -destination "platform=watchOS Simulator,name=Apple Watch - 38mm" | xcpretty -c |