加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.travis.yml 334 Bytes
一键复制 编辑 原始数据 按行查看 历史
Denis Obukhov 提交于 2020-09-29 18:34 . Update travis config
language: swift
osx_image: xcode12
branches:
only:
- master
script:
- set -o pipefail && xcodebuild test -project Grid.xcodeproj -scheme 'Grid' -sdk iphonesimulator14.0 ONLY_ACTIVE_ARCH=NO -destination 'platform=iOS Simulator,OS=14.0,name=iPhone 11 Pro' | xcpretty;
notifications:
slack: exyte:j0jYcgVm6XU9FEKP8WBAiJJj
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化