Skip to content

Commit

Permalink
add new targets
Browse files Browse the repository at this point in the history
  • Loading branch information
abdullahselek committed May 5, 2017
1 parent 3d04345 commit 22bf728
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,24 +8,25 @@ env:
- WORKSPACE=Lighty.xcworkspace
- IOS_FRAMEWORK_SCHEME="Lighty-iOS"
- MACOS_FRAMEWORK_SCHEME="Lighty-macOS"
- WATCHOS_FRAMEWORK_SCHEME="Lighty watchOS"
- TVOS_FRAMEWORK_SCHEME="Lighty-tvOS"
- IOS_SDK=iphonesimulator10.0
- MACOS_SDK=macosx10.12
- WATCHOS_SDK=watchsimulator3.0
- TVOS_SDK=appletvsimulator10.0
matrix:
- DESTINATION="OS=10.0,name=iPhone SE" SCHEME="$IOS_FRAMEWORK_SCHEME" SDK="$IOS_SDK" RUN_TESTS="YES" POD_LINT="NO"
- DESTINATION="OS=9.0,name=iPhone 6" SCHEME="$IOS_FRAMEWORK_SCHEME" SDK="$IOS_SDK" RUN_TESTS="YES" POD_LINT="NO"

- DESTINATION="arch=x86_64" SCHEME="$MACOS_FRAMEWORK_SCHEME" SDK="$MACOS_SDK" RUN_TESTS="YES" POD_LINT="NO"

branches:
only:
- master
- DESTINATION="OS=2.0,name=Apple Watch - 42mm" SCHEME="$WATCHOS_FRAMEWORK_SCHEME" SDK="$WATCHOS_SDK" RUN_TESTS="NO" POD_LINT="NO"
- DESTINATION="OS=10.0,name=Apple TV 1080p" SCHEME="$TVOS_FRAMEWORK_SCHEME" SDK="$TVOS_SDK" RUN_TESTS="YES" POD_LINT="NO"
- DESTINATION="OS=9.0,name=Apple TV 1080p" SCHEME="$TVOS_FRAMEWORK_SCHEME" SDK="$TVOS_SDK" RUN_TESTS="YES" POD_LINT="NO"

before_install:
- rm -rf /Users/travis/Library/Developer/Xcode/DerivedData/Lighty-*/
- rvm use $RVM_RUBY_VERSION

install:
- bundle
- bundle install --without=documentation --path ../travis_bundle_dir

script:
Expand Down

0 comments on commit 22bf728

Please sign in to comment.