3 Star 19 Fork 5

luckytianyiyan / TySimulator

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.travis.yml 503 Bytes
一键复制 编辑 原始数据 按行查看 历史
luckytianyiyan 提交于 2018-10-08 22:56 . Update CI config
language: objective-c
osx_image: xcode10
cache:
cocoapods: true
before_install:
- gem install cocoapods
- brew update
- brew outdated carthage || brew upgrade carthage
- pod repo update
before_script:
- carthage bootstrap --platform osx
script:
- xcodebuild -workspace TySimulator.xcworkspace -scheme TySimulator -sdk macosx ONLY_ACTIVE_ARCH=NO CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO -enableCodeCoverage YES test
after_success:
- bash <(curl -s https://codecov.io/bash) -cF osx
Swift
1
https://gitee.com/luckytianyiyan/TySimulator.git
git@gitee.com:luckytianyiyan/TySimulator.git
luckytianyiyan
TySimulator
TySimulator
master

搜索帮助