3 Star 6 Fork 0

Alan_xz / MDPreviewImage

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.travis.yml 549 Bytes
一键复制 编辑 原始数据 按行查看 历史
Alan_xz 提交于 2018-01-06 13:46 . Initial commit
# references:
# * http://www.objc.io/issue-6/travis-ci.html
# * https://github.com/supermarin/xcpretty#usage
osx_image: xcode7.3
language: objective-c
# cache: cocoapods
# podfile: Example/Podfile
# before_install:
# - gem install cocoapods # Since Travis is not always on latest version
# - pod install --project-directory=Example
script:
- set -o pipefail && xcodebuild test -enableCodeCoverage YES -workspace Example/MDPreviewImage.xcworkspace -scheme MDPreviewImage-Example -sdk iphonesimulator9.3 ONLY_ACTIVE_ARCH=NO | xcpretty
- pod lib lint
Swift
1
https://gitee.com/Alan_xz/MDPreviewImage.git
git@gitee.com:Alan_xz/MDPreviewImage.git
Alan_xz
MDPreviewImage
MDPreviewImage
master

搜索帮助