.travis.yml 514 B

1234567891011121314
  1. language: objective-c
  2. osx_image: xcode12.2
  3. before_script:
  4. - ./Scripts/carthage.sh bootstrap
  5. script:
  6. # Build frameworks and run tests
  7. - travis_wait 25 xcodebuild -project CGMBLEKit.xcodeproj -scheme Shared build -destination name="iPhone 8" test | xcpretty
  8. # Build apps
  9. - xcodebuild -project CGMBLEKit.xcodeproj -scheme "CGMBLEKit Example" build -destination name="iPhone 8" | xcpretty
  10. - xcodebuild -project CGMBLEKit.xcodeproj -scheme ResetTransmitter build -destination name="iPhone 8"