mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-16 21:00:14 +00:00
### Description 1. Remove Linux jobs for ORT-Extension combined build 2. Add a macOS build job for ORT-Extension combined build 3. Adjust the yaml file so that it can support two different ADO instances. ### Motivation and Context To test our code better. And it will enable us to run such tests for every commit in the main branch. It would be easier for us to figure out which change caused a build break. See [AB#13435](https://aiinfra.visualstudio.com/6a833879-cd9b-44a4-a9de-adc2d818f13c/_workitems/edit/13435) |
||
|---|---|---|
| .. | ||
| scripts | ||
| .dockerignore | ||
| build_custom_android_package.py | ||
| Dockerfile | ||
| readme.md | ||
This directory contains helper files for building a custom ONNX Runtime Android package. It can be copied outside of the ONNX Runtime repo and used independently.
Run the ./build_custom_android_package.py script. Use the --help option for more information.
Prerequisites:
- Python 3.8+
- Docker
See https://onnxruntime.ai/docs/build/custom.html for more information about creating and using custom builds.