forked from vadymmarkov/Fashion
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
13 lines (11 loc) · 798 Bytes
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
osx_image: xcode9
language: objective-c
xcode_sdk: iphonesimulator10.0
script:
- xcodebuild clean build -project Fashion.xcodeproj -scheme "Fashion-Mac" -sdk macosx | xcpretty
- xcodebuild clean build -project Fashion.xcodeproj -scheme "Fashion-iOS" -sdk iphonesimulator | xcpretty
- xcodebuild clean build -project Fashion.xcodeproj -scheme "Fashion-tvOS" -destination 'platform=tvOS Simulator,name=Apple TV 1080p,OS=10.0' | xcpretty
- xcodebuild test -project Fashion.xcodeproj -scheme "Fashion-iOS" -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone SE,OS=10.0' | xcpretty
- xcodebuild test -project Fashion.xcodeproj -scheme "Fashion-tvOS" -destination 'platform=tvOS Simulator,name=Apple TV 1080p,OS=10.0' | xcpretty && exit ${PIPESTATUS[0]}
notifications:
email: false