Граф коммитов

8 Коммитов

Автор SHA1 Сообщение Дата
Wenbing Li 6209804ee9
Update ci.yml for Azure Pipelines (#504)
* Update ci.yml for Azure Pipelines

macOS ci pipeline fixing.

* Update ci.yml for Azure Pipelines

* Update ci.yml for Azure Pipelines

* drop python 3.8 support in macOS due ADO

* fix macos wheel pipeline

* revert the change to add 3.9 back.
2023-08-02 10:54:42 -07:00
Edward Chen b49c0231ab
Move remaining MacOS 12 CI build agents to MacOS 13. (#476)
Pass `-gpu swiftshader_indirect` emulator args as a workaround to get Android emulator running on the MacOS 13 hosted agents.

See https://github.com/actions/runner-images/issues/7671

Co-authored-by: Wenbing Li <10278425+wenbingl@users.noreply.github.com>
2023-07-05 17:50:54 -07:00
Edward Chen b399dd6b38
Update CI build Xcode version and MacOS image. (#471) 2023-06-13 15:01:17 -07:00
Edward Chen 15dfd70338
Add explicit 'set +x' before printing a vso[] command to avoid output getting parsed again with a trailing quote. (#443) 2023-05-18 17:46:36 -07:00
JiCheng 571512aca4
[NuGet] All platform package pipeline (#408)
* nuget ci package
* disable macos arm64 build for err

* Get the iOS xcframework build working with the split build/pack approach. (#416)

* refine build_xcframework.py
Cleanup/clarify various things
- naming of parameters and files
- consistency
Make handling of additional build args more generic
Update the artifact download dir/extract dir to more intuitive names
Update scripts
- make usage from CI pipeline clearer (e.g. don't hide directory names inside script)
- keep comments in nuspec
- remove unused args
- make additional arg handling more
Co-authored-by: Scott McKay <skottmckay@gmail.com>
Co-authored-by: Edward Chen <18449977+edgchen1@users.noreply.github.com>
2023-05-05 18:22:54 +08:00
Edward Chen d679b920be
Copy run_android_emulator.py from ORT (#346)
Add copy of run_android_emulator.py to ORT Extensions and use it directly.
2023-01-17 14:13:02 -08:00
Edward Chen 63fe165ee8
Android package build updates (#344)
- Generate AAR with associated artifacts (javadoc.jar, sources.jar, pom).
- Fix JAR/AAR package descriptions.
- Remove `gradle -b build-android.gradle` invocation from CMake. This creates the AAR and it is not necessary to run it for each Android ABI build.
- Support building on Windows.
2023-01-13 14:06:00 -08:00
Rachel Guo e0d48e255f
Add initial android packaging pipeline (#332)
* initial android packaging

* Update android_packaging.yml for Azure Pipelines

* update

* fix name

* fix

* remove popd

* move to .pipelines

* move app center running command

* update version suffix and package name

* minor update

* minor update

* update pom files

* add package op config and update

* update build variable format

* update

* enable selected op list

* update

* update selected ops

* use python 3.9 version

* modify enable option argument

* update isreleasebuild

* update isreleasebuild

* minor update about versions

* rm version.txt accidentally checkedin

* address pr comments

* update

* update

* debug trial run

* update build android gradle file version

* update get version number helper

* minor fix

* minor fix
2022-12-28 15:56:19 -08:00