Ai
1 Star 0 Fork 0

Godcoder/CoreXLSX

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
test_xcodebuild.sh 586 Bytes
一键复制 编辑 原始数据 按行查看 历史
#!/bin/bash
set -ex
set -o pipefail
sudo xcode-select --switch /Applications/$1.app/Contents/Developer
xcodebuild -version
xcodebuild test -scheme CoreXLSX \
-sdk iphonesimulator -destination "$IOS_DEVICE" | xcpretty
xcodebuild test -scheme CoreXLSX \
-sdk appletvsimulator -destination "$TVOS_DEVICE" | xcpretty
if [ -n "$CODECOV_JOB" ]; then
xcodebuild test -enableCodeCoverage YES -scheme CoreXLSX \
-destination platform=macOS | xcpretty
bash <(curl -s https://codecov.io/bash)
else
xcodebuild test -scheme CoreXLSX \
-destination platform=macOS | xcpretty
fi
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Swift
1
https://gitee.com/godcoder1/CoreXLSX.git
git@gitee.com:godcoder1/CoreXLSX.git
godcoder1
CoreXLSX
CoreXLSX
main

搜索帮助