mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-28 20:11:22 +00:00
Add AutoML to 3 main builds. Fix unit tests. Enable copy elision, do not move movable object on return by value.
6 lines
410 B
YAML
6 lines
410 B
YAML
jobs:
|
|
- template: templates/mac-ci.yml
|
|
parameters:
|
|
AgentPool : 'Hosted macOS High Sierra'
|
|
DoNugetPack: 'false'
|
|
BuildCommand: 'python3 $(Build.SourcesDirectory)/tools/ci_build/build.py --use_openmp --build_dir $(Build.BinariesDirectory) --build_wheel --skip_submodule_sync --use_automl --parallel --build_shared_lib --enable_language_interop_ops --enable_onnx_tests --config Debug RelWithDebInfo'
|