.travis.yml 442 B

12345678910111213
  1. language: objective-c
  2. osx_image: xcode12.2
  3. cache:
  4. directories:
  5. - Carthage
  6. before_script:
  7. - ./Scripts/carthage.sh bootstrap --cache-builds
  8. script:
  9. - set -o pipefail && xcodebuild -project LoopKit.xcodeproj -scheme Shared build -destination 'name=iPhone 8' test | xcpretty
  10. - set -o pipefail && xcodebuild -project LoopKit.xcodeproj -scheme "LoopKit Example" build -destination 'name=iPhone 8' CODE_SIGNING_ALLOWED=NO | xcpretty