Files
Jot/Carthage/Checkouts/PromiseKit/Extensions/CoreBluetooth/.travis.yml
James Griffin be7b6b5881 Add PromiseKit dependency
- Added PromiseKit dependency
2018-11-15 22:12:39 -04:00

15 lines
459 B
YAML

language: objective-c
osx_image: xcode9.4
env:
- DESTINATION="arch=x86_64" PLATFORM=Mac
- DESTINATION="OS=11.4,name=iPhone 5s" PLATFORM=iOS
cache:
directories:
- Carthage
before_install:
- carthage bootstrap --cache-builds --no-use-binaries --platform $PLATFORM --verbose
install:
- xcodebuild -scheme PMKCoreBluetooth -destination "$DESTINATION" build
script:
- xcodebuild -scheme PMKCoreBluetooth -destination "$DESTINATION" test