1 Star 0 Fork 0

Docker Wang/XMPPFramework

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.travis.yml 603 Bytes
一键复制 编辑 原始数据 按行查看 历史
Paul Melnikow 提交于 2015-05-03 10:22 . Run tests in Travis
# references:
# * http://www.objc.io/issue-6/travis-ci.html
# * https://github.com/supermarin/xcpretty#usage
language: objective-c
before_install:
- gem install cocoapods --no-rdoc --no-ri --no-document --quiet # Since Travis is not always on latest version
- pod install --project-directory=Xcode/Testing2
install:
- gem install xcpretty --no-rdoc --no-ri --no-document --quiet
script:
- set -o pipefail && xcodebuild test -workspace Xcode/Testing2/XMPPFrameworkTests.xcworkspace -scheme XMPPFrameworkTests -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 6,OS=8.1' | xcpretty -c
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Objective-C
1
https://gitee.com/insistentstruggle/XMPPFramework.git
git@gitee.com:insistentstruggle/XMPPFramework.git
insistentstruggle
XMPPFramework
XMPPFramework
master

搜索帮助