mirror of https://github.com/SnapKit/SnapKit
16 lines
412 B
YAML
16 lines
412 B
YAML
language: objective-c
|
|
osx_image: xcode6.4
|
|
branches:
|
|
only:
|
|
- master
|
|
- develop
|
|
env:
|
|
- LC_CTYPE=en_US.UTF-8 LANG=en_US.UTF-8
|
|
before_install:
|
|
- gem install xcpretty -N
|
|
script:
|
|
- set -o pipefail
|
|
- xcodebuild -project SnapKit.xcodeproj -scheme "SnapKit iOS" -sdk iphonesimulator
|
|
-destination "platform=iOS Simulator,name=iPhone 6" ONLY_ACTIVE_ARCH=NO test | xcpretty -c
|
|
- pod lib lint --quick
|