mirror of
https://github.com/HackPlan/TTGSnackbar.git
synced 2026-04-30 04:44:56 +08:00
13 lines
687 B
YAML
13 lines
687 B
YAML
# references:
|
|
# * http://www.objc.io/issue-6/travis-ci.html
|
|
# * https://github.com/supermarin/xcpretty#usage
|
|
|
|
osx_image: xcode8
|
|
language: objective-c
|
|
cache: cocoapods
|
|
podfile: Example-Swift/Podfile
|
|
before_install:
|
|
- gem install cocoapods --pre --no-rdoc --no-ri --no-document --quiet
|
|
- pod install --project-directory=Example-Swift
|
|
script:
|
|
- set -o pipefail && xcodebuild clean build -workspace Example-Swift/TTGSnackbarExample.xcworkspace -scheme TTGSnackbarExample -sdk iphonesimulator10.0 -destination 'platform=iOS Simulator,name=iPhone 6,OS=10.0' ONLY_ACTIVE_ARCH=NO CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO PROVISIONING_PROFILE_SPECIFIER="" PROVISIONING_PROFILE="" | xcpretty |