mirror of
https://github.com/HackPlan/AsyncDisplayKit.git
synced 2026-04-25 12:25:48 +08:00
Don't consider the build broken if a feature branch is broken. Move the actual build command to a separate script -- easier to read, easier to maintain, and easier to run by hand.
16 lines
236 B
YAML
16 lines
236 B
YAML
language: objective-c
|
|
before_install:
|
|
- brew update
|
|
- brew reinstall xctool
|
|
- gem update cocoapods
|
|
- xcrun simctl list
|
|
env:
|
|
- TEST_OS=7.1
|
|
- TEST_OS=8.1
|
|
script: ./build.sh $TEST_OS
|
|
|
|
# whitelist
|
|
branches:
|
|
only:
|
|
- master
|