Ai
1 Star 0 Fork 0

Godcoder/CoreXLSX

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
azure-pipelines.yml 2.32 KB
一键复制 编辑 原始数据 按行查看 历史
Max Desiatov 提交于 2021-05-06 20:37 +08:00 . Add Xcode 12.4 to the test.yml workflow (#149)
trigger:
- main
jobs:
- job: lint
pool:
vmImage: "macOS-10.15"
steps:
- bash: ./lint.sh
- job: pod
pool:
vmImage: "macos-latest"
steps:
- bash: ./pod.sh
- job: test_xcodebuild_11_3
pool:
vmImage: "macOS-10.15"
steps:
- bash: ./test_xcodebuild.sh Xcode_11.3
env:
IOS_DEVICE: "platform=iOS Simulator,OS=13.3,name=iPhone 8"
TVOS_DEVICE: "platform=tvOS Simulator,OS=13.3,name=Apple TV 4K"
- job: test_xcodebuild_11_4
pool:
vmImage: "macOS-10.15"
steps:
- bash: ./test_xcodebuild.sh Xcode_11.4
env:
IOS_DEVICE: "platform=iOS Simulator,OS=13.4.1,name=iPhone 8"
TVOS_DEVICE: "platform=tvOS Simulator,OS=13.4,name=Apple TV 4K"
- job: test_xcodebuild_11_5
pool:
vmImage: "macOS-10.15"
steps:
- bash: ./test_xcodebuild.sh Xcode_11.5
env:
IOS_DEVICE: "platform=iOS Simulator,OS=13.5,name=iPhone 8"
TVOS_DEVICE: "platform=tvOS Simulator,OS=13.4,name=Apple TV 4K"
- job: test_xcodebuild_11_6
pool:
vmImage: "macOS-10.15"
steps:
- bash: ./test_xcodebuild.sh Xcode_11.6
env:
IOS_DEVICE: "platform=iOS Simulator,OS=13.6,name=iPhone 8"
TVOS_DEVICE: "platform=tvOS Simulator,OS=13.4,name=Apple TV 4K"
- job: test_xcodebuild_11_7
pool:
vmImage: "macOS-10.15"
steps:
- bash: ./test_xcodebuild.sh Xcode_11.7
env:
IOS_DEVICE: "platform=iOS Simulator,OS=13.7,name=iPhone 8"
TVOS_DEVICE: "platform=tvOS Simulator,OS=13.4,name=Apple TV 4K"
CODECOV_JOB: "true"
CODECOV_TOKEN: $(codecovToken)
- job: test_swiftpm
pool:
vmImage: "macOS-10.15"
steps:
- script: ./test_swiftpm.sh
- job: test_linux_5_1
pool:
vmImage: "Ubuntu 20.04"
container: norionomura/swift:515
steps:
- script: ./test_swiftpm.sh
- job: test_linux_5_2
pool:
vmImage: "Ubuntu 20.04"
container: norionomura/swift:525
steps:
- script: ./test_swiftpm.sh
- job: test_linux_5_3
pool:
vmImage: "Ubuntu 20.04"
container: norionomura/swift:53
steps:
- script: ./test_swiftpm.sh
- job: test_linux_5_4
pool:
vmImage: "Ubuntu 20.04"
container: norionomura/swift:54
steps:
- script: ./test_swiftpm.sh
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Swift
1
https://gitee.com/godcoder1/CoreXLSX.git
git@gitee.com:godcoder1/CoreXLSX.git
godcoder1
CoreXLSX
CoreXLSX
main

搜索帮助