Files
onnxruntime-swift-package-m…/.pipelines/mac-ios-spm-release-validation-pipeline.yml
T
Rachel Guo 4d2b60a528 Update to latest 1.16.0 ORT release (#7)
* update to latest 1.16.0 ort release

* minor update

* update to ext-c 0.9.0 release pod

* update

* update comments

---------

Co-authored-by: rachguo <rachguo@rachguos-Mini.attlocal.net>
Co-authored-by: rachguo <rachguo@rachguos-Mac-mini.local>
2023-09-22 16:52:05 -07:00

28 lines
835 B
YAML

jobs:
- job: j
displayName: "Test with released ORT native pod"
pool:
vmImage: "macOS-13"
variables:
xcodeVersion: "14.3"
timeoutInMinutes: 60
steps:
- template: templates/use-xcode-version.yml
parameters:
xcodeVersion: ${{ variables.xcodeVersion }}
# Note: Running xcodebuild test on `onnxruntime-Package` scheme will perform swift tests for both OnnxRuntimeBindings
# and OnnxRuntimeExtensions targets.
- script: |
set -e -x
xcodebuild test -scheme onnxruntime-Package -destination 'platform=iOS Simulator,name=iPhone 14'
workingDirectory: "$(Build.SourcesDirectory)"
displayName: "Test Package.swift usage"
- template: templates/component-governance-component-detection-steps.yml
parameters:
condition: 'succeeded'