1 Star 0 Fork 2

tickCoder-forks/CocoaAsyncSocket

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.travis.yml 481 Bytes
一键复制 编辑 原始数据 按行查看 历史
Chris Ballinger 提交于 2020-02-17 21:31 . Test carthage builds
osx_image: xcode11.3
language: objective-c
install:
- bundle install
- cd Tests
- bundle exec pod install --project-directory=./iOS
- bundle exec pod install --project-directory=./Mac
- cd ../
script:
- export IOS_VERSION="13.3"
- bash Tests/test-all.sh
- swift build
- swift test
- bundle exec pod lib lint
- carthage build --no-skip-current && for platform in Mac iOS tvOS; do test -d Carthage/Build/${platform}/CocoaAsyncSocket.framework || exit 1; done
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/tickCoder-forks/CocoaAsyncSocket.git
git@gitee.com:tickCoder-forks/CocoaAsyncSocket.git
tickCoder-forks
CocoaAsyncSocket
CocoaAsyncSocket
master

搜索帮助