mirror of https://github.com/SnapKit/SnapKit
11 lines
392 B
YAML
11 lines
392 B
YAML
language: objective-c
|
|
osx_image: xcode9
|
|
|
|
env:
|
|
- ACTION=test PLATFORM=Mac DESTINATION='platform=OS X'
|
|
- ACTION=test PLATFORM=iOS DESTINATION='platform=iOS Simulator,name=iPhone 6S'
|
|
- ACTION=test PLATFORM=tvOS DESTINATION='platform=tvOS Simulator,name=Apple TV 1080p'
|
|
|
|
script:
|
|
- set -o pipefail && xcodebuild -scheme SnapKit -destination "$DESTINATION" $ACTION | xcpretty
|