2 Star 6 Fork 1

cdnbye / ios-p2p-engine

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
.travis.yml 549 Bytes
一键复制 编辑 原始数据 按行查看 历史
snowinszu 提交于 2019-05-30 21:38 . Initial commit
# references:
# * https://www.objc.io/issues/6-build-tools/travis-ci/
# * 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/CDNByeSDK.xcworkspace -scheme CDNByeSDK-Example -sdk iphonesimulator9.3 ONLY_ACTIVE_ARCH=NO | xcpretty
- pod lib lint
Objective-C
1
https://gitee.com/cdnbye/ios-p2p-engine.git
git@gitee.com:cdnbye/ios-p2p-engine.git
cdnbye
ios-p2p-engine
ios-p2p-engine
master

搜索帮助