mirror of
https://github.com/SwiftyJSON/Alamofire-SwiftyJSON.git
synced 2026-04-30 18:42:22 +08:00
8 lines
344 B
YAML
8 lines
344 B
YAML
language: objective-c
|
|
osx_image: xcode9
|
|
xcode_sdk: iphonesimulator10.0
|
|
env:
|
|
- PLATFORM="ios" SCHEME="AlamofireSwiftyJSON" DESTINATION="platform=iOS Simulator,name=iPhone SE,OS=10.0"
|
|
script:
|
|
- set -o pipefail && xcodebuild -project Alamofire-SwiftyJSON.xcodeproj -scheme $SCHEME -destination "$DESTINATION" build-for-testing test | xcpretty
|