mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-25 19:48:11 +00:00
parent
63d64636f6
commit
5d1173fe68
1 changed files with 17 additions and 2 deletions
|
|
@ -1,10 +1,10 @@
|
|||
jobs:
|
||||
- job: iOS_CI_on_Mac
|
||||
- job: iOS_CI_CPU_on_Mac
|
||||
pool:
|
||||
vmImage: 'macOS-11'
|
||||
variables:
|
||||
MACOSX_DEPLOYMENT_TARGET: '10.14'
|
||||
timeoutInMinutes: 150
|
||||
timeoutInMinutes: 100
|
||||
steps:
|
||||
- script: |
|
||||
/bin/bash $(Build.SourcesDirectory)/tools/ci_build/github/apple/build_host_protoc.sh \
|
||||
|
|
@ -28,6 +28,21 @@ jobs:
|
|||
--parallel
|
||||
displayName: (CPU EP) Build onnxruntime for iOS x86_64 and run tests using simulator
|
||||
|
||||
|
||||
- job: iOS_CI_CoreML_on_Mac
|
||||
pool:
|
||||
vmImage: 'macOS-11'
|
||||
variables:
|
||||
MACOSX_DEPLOYMENT_TARGET: '10.14'
|
||||
timeoutInMinutes: 100
|
||||
steps:
|
||||
- script: |
|
||||
/bin/bash $(Build.SourcesDirectory)/tools/ci_build/github/apple/build_host_protoc.sh \
|
||||
$(Build.SourcesDirectory) \
|
||||
$(Build.BinariesDirectory)/protobuf \
|
||||
$(Build.BinariesDirectory)/protobuf_install
|
||||
displayName: Build Host Protoc
|
||||
|
||||
- script: |
|
||||
python3 $(Build.SourcesDirectory)/tools/ci_build/build.py \
|
||||
--skip_submodule_sync \
|
||||
|
|
|
|||
Loading…
Reference in a new issue