forked from siavashalipour/SAPinViewController
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
13 lines (12 loc) · 952 Bytes
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
# references:
# * http://www.objc.io/issue-6/travis-ci.html
# * https://github.com/supermarin/xcpretty#usage
osx_image: xcode8
language: objective-c
env:
- ACTION=test PLATFORM=iOS DESTINATION='platform=iOS Simulator,name=iPhone 6S'
script:
#- set -o pipefail && xcodebuild test -workspace Example/SAPinViewController.xcworkspace -scheme -destination "$DESTINATION" $ACTION | xcpretty
#- set -o pipefail && xcodebuild test -workspace Example/SAPinViewController.xcworkspace -scheme SAPinViewController-Example -sdk iphonesimulator10.0 ONLY_ACTIVE_ARCH=NO | xcpretty
#- set -o pipefail && xcodebuild test -workspace Example/SAPinViewController.xcworkspace -scheme SAPinViewController-Example -sdk iphonesimulator ONLY_ACTIVE_ARCH=NO | xcpretty
- set -o pipefail && xcodebuild test -workspace Example/SAPinViewController.xcworkspace -scheme SAPinViewController-Example -destination 'platform=iOS Simulator,name=iPhone 7,OS=10.0'