Update macos spm test in CI with new release packages (#14)

* update test commands for spm cis for macos builds

* update with release package

* update checksum

---------

Co-authored-by: rachguo <rachguo@rachguos-Mini.attlocal.net>
This commit is contained in:
Rachel Guo
2024-02-13 17:56:54 -08:00
committed by GitHub
parent b93c9584a8
commit ce64739c6d
3 changed files with 10 additions and 6 deletions
@@ -54,6 +54,9 @@
cp "$(Build.ArtifactStagingDirectory)/$(artifactsName)/${POD_ARCHIVE}" swift/
export ORT_IOS_POD_LOCAL_PATH="swift/${POD_ARCHIVE}"
xcodebuild test -scheme onnxruntime-Package -destination 'platform=iOS Simulator,name=iPhone 14'
xcodebuild test -scheme onnxruntime-Package -destination 'platform=macosx'
rm swift/pod-archive-onnxruntime-c-*.zip
workingDirectory: "$(Build.SourcesDirectory)"
displayName: "Print ORT iOS Pod checksum and Test Package.swift usage"