Skip to content

Commit

Permalink
Merge pull request #32 from alickbass/support-all-platforms
Browse files Browse the repository at this point in the history
Support all platforms
  • Loading branch information
Oleksii Dykan authored May 3, 2017
2 parents 30bcb60 + 40f8256 commit 248f8c2
Show file tree
Hide file tree
Showing 6 changed files with 921 additions and 6 deletions.
17 changes: 14 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,20 @@
language: objective-c
osx_image: xcode8.3

script:
- open -a "simulator" --args -CurrentDeviceUDID 99F4F45C-3B72-4473-A6C5-3FD81EF3C25D
- xcodebuild clean build test -project SweetRouter.xcodeproj -scheme SweetRouter -destination 'platform=iOS Simulator,OS=10.3,id=99F4F45C-3B72-4473-A6C5-3FD81EF3C25D'
matrix:
include:
- script:
- open -a "simulator" --args -CurrentDeviceUDID 99F4F45C-3B72-4473-A6C5-3FD81EF3C25D
- xcodebuild clean build test -project SweetRouter.xcodeproj -scheme SweetRouter -destination 'platform=iOS Simulator,OS=10.3,id=99F4F45C-3B72-4473-A6C5-3FD81EF3C25D'

- 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

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

0 comments on commit 248f8c2

Please sign in to comment.