mirror of
https://github.com/zhigang1992/CCHLinkTextView.git
synced 2026-04-29 12:25:20 +08:00
8 lines
305 B
YAML
8 lines
305 B
YAML
language: objective-c
|
|
before_install:
|
|
- gem install xcpretty -N
|
|
script:
|
|
- export LC_CTYPE=en_US.UTF-8
|
|
- set -o pipefail
|
|
- xcodebuild -project 'CCHLinkTextView Example/CCHLinkTextView Example.xcodeproj' -scheme 'CCHLinkTextView Example' -sdk iphonesimulator -configuration Debug test | xcpretty -c
|