.travis.yml 379 B

123456789
  1. language: objective-c
  2. osx_image: xcode11
  3. xcode_scheme:
  4. - LoopKit
  5. - LoopKitUI
  6. script:
  7. - set -o pipefail && xcodebuild -project LoopKit.xcodeproj -scheme Shared build -destination 'name=iPhone 8' test | xcpretty
  8. - set -o pipefail && xcodebuild -project LoopKit.xcodeproj -scheme "LoopKit Example" build -destination 'name=iPhone 8' CODE_SIGNING_ALLOWED=NO | xcpretty