forked from Francescu/Interstellar
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.travis.yml
9 lines (9 loc) · 908 Bytes
/
.travis.yml
1
2
3
4
5
6
7
8
9
language: objective-c
osx_image: xcode9.3
script:
- xcodebuild test -project Interstellar.xcodeproj -scheme Interstellar_iOS -sdk iphonesimulator ONLY_ACTIVE_ARCH=NO -configuration Debug -destination 'platform=iOS Simulator,name=iPhone 6 Plus,OS=11.3' | xcpretty -c;
- xcodebuild build -project Interstellar.xcodeproj -scheme Interstellar_iOS -sdk iphonesimulator ONLY_ACTIVE_ARCH=NO -configuration Release | xcpretty -c;
- xcodebuild build -project Interstellar.xcodeproj -scheme Interstellar_OSX -sdk macosx ONLY_ACTIVE_ARCH=NO -configuration Release | xcpretty -c;
- xcodebuild build -project Interstellar.xcodeproj -scheme Interstellar_tvOS -sdk appletvsimulator ONLY_ACTIVE_ARCH=NO -configuration Release | xcpretty -c;
- xcodebuild build -project Interstellar.xcodeproj -scheme Interstellar_watchOS -sdk watchsimulator ONLY_ACTIVE_ARCH=NO -configuration Release | xcpretty -c;
- swift test