代码拉取完成,页面将自动刷新
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
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。