1 Star 0 Fork 0

Amethy/EZSwiftExtensions

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.travis.yml 1.28 KB
一键复制 编辑 原始数据 按行查看 历史
osx_image: xcode9.2
language: objective-c
rvm: 2.2.2
cache: cocoapods
env:
global:
- PROJECT=EZSwiftExtensions.xcodeproj
before_install:
- gem install cocoapods --pre --no-rdoc --no-ri --no-document --quiet
- gem install xcpretty
- gem install xcpretty-json-formatter
- brew unlink swiftlint
- brew uninstall swiftlint
- brew install swiftlint
- brew update
- brew outdated swiftlint || brew upgrade swiftlint
before_script:
- swiftlint
script:
- set -o pipefail
- xcodebuild clean build test -project "$PROJECT" -scheme EZSwiftExtensions-iOS -destination 'platform=iOS Simulator,name=iPhone 5s,OS=10.3.1' | XCPRETTY_JSON_FILE_OUTPUT="xcodebuild-ios.json" xcpretty -f `xcpretty-json-formatter`
- xcodebuild clean build test -project "$PROJECT" -scheme EZSwiftExtensions-tvOS -destination 'platform=tvOS Simulator,name=Apple TV 1080p,OS=10.0' | XCPRETTY_JSON_FILE_OUTPUT="xcodebuild-tvos.json" xcpretty -f `xcpretty-json-formatter`
- xcodebuild clean build test -project "$PROJECT" -scheme EZSwiftExtensions-macOS -destination 'platform=macOS,arch=x86_64' | XCPRETTY_JSON_FILE_OUTPUT="xcodebuild-macos.json" xcpretty -f `xcpretty-json-formatter`
- pod lib lint
- bundle exec danger --fail-on-errors=true
after_success:
- bash <(curl -s https://codecov.io/bash)
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/amethy/EZSwiftExtensions.git
git@gitee.com:amethy/EZSwiftExtensions.git
amethy
EZSwiftExtensions
EZSwiftExtensions
master

搜索帮助