4 Star 12 Fork 1

Kcat / CatCrypto

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.travis.yml 752 Bytes
一键复制 编辑 原始数据 按行查看 历史
Kcat 提交于 2018-09-26 22:55 . Fixed Travis CI xcode version
language: swift
osx_image: xcode10
script:
- |
xcodebuild clean test build -destination 'platform=iOS Simulator,name=iPhone X' -workspace CatCrypto.xcworkspace -scheme CatCrypto-iOS CODE_SIGNING_REQUIRED=NO
xcodebuild clean build -destination 'platform=macOS' -workspace CatCrypto.xcworkspace -scheme CatCrypto-macOS CODE_SIGNING_REQUIRED=NO
xcodebuild clean build -destination 'platform=tvOS Simulator,name=Apple TV 4K' -workspace CatCrypto.xcworkspace -scheme CatCrypto-tvOS CODE_SIGNING_REQUIRED=NO
xcodebuild clean build -destination 'platform=watchOS Simulator,name=Apple Watch Series 3 - 42mm' -workspace CatCrypto.xcworkspace -scheme CatCrypto-watchOS CODE_SIGNING_REQUIRED=NO
after_success:
- bash <(curl -s https://codecov.io/bash)
Swift
1
https://gitee.com/imkcat/CatCrypto.git
git@gitee.com:imkcat/CatCrypto.git
imkcat
CatCrypto
CatCrypto
master

搜索帮助