-
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
Jan 10, 2016
1 parent
8e08b3e
commit db49324
Showing
2 changed files
with
6 additions
and
18 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,7 @@ | ||
language: objective-c | ||
osx_image: xcode7.2 | ||
script: | ||
- xcodebuild test -scheme OptionalExtensions-Mac | ||
- xcodebuild test -scheme OptionalExtensions-iOS -sdk iphonesimulator | ||
- xcodebuild test -scheme OptionalExtensions-tvOS -sdk appletvsimulator | ||
- xcodebuild build -scheme OptionalExtensions-watchOS -sdk watchsimulator | ||
- xctool -scheme "OptionalExtensions-Mac" CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO test -parallelize | ||
- xctool -scheme "OptionalExtensions-iOS" -sdk iphonesimulator 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 |
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