Skip to content

Commit

Permalink
Merge pull request #46 from alickbass/single-scheme
Browse files Browse the repository at this point in the history
Single scheme
  • Loading branch information
Oleksii Dykan authored Oct 17, 2017
2 parents 7c66ed8 + 6c0f002 commit c16c629
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 662 deletions.
19 changes: 7 additions & 12 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,14 @@
language: objective-c
osx_image: xcode9

matrix:
include:
- script:
- xcodebuild clean build test -project SweetRouter.xcodeproj -scheme SweetRouter -destination 'platform=iOS Simulator,OS=11.0,name=iPhone 8 Plus'
env:
- ACTION=test PLATFORM=Mac DESTINATION='platform=OS X'
- ACTION=test PLATFORM=iOS DESTINATION='platform=iOS Simulator,name=iPhone 8'
- ACTION=build PLATFORM=watchOS DESTINATION='platform=watchOS Simulator,name=Apple Watch - 38mm'
- ACTION=test PLATFORM=tvOS DESTINATION='platform=tvOS Simulator,name=Apple TV 1080p'

- script:
- xcodebuild clean build test -project SweetRouter.xcodeproj -scheme SweetRouter-tvOS -destination 'platform=tvOS Simulator,OS=10.2,name=Apple TV 1080p'

- script:
- xcodebuild clean build test -project SweetRouter.xcodeproj -scheme SweetRouter-Mac

- script:
- xcodebuild clean build -project SweetRouter.xcodeproj -scheme SweetRouter-watchOS
script:
- xcodebuild clean $ACTION -project SweetRouter.xcodeproj -scheme SweetRouter -destination "$DESTINATION"

after_success:
- bash <(curl -s https://codecov.io/bash)
Expand Down
Loading

0 comments on commit c16c629

Please sign in to comment.