onnxruntime/tools/ci_build/github/azure-pipelines/mac-ci-pipeline.yml
Edward Chen d21304ceb0
Initial Objective-C API (#7366)
Initial implementation of an Objective-C API.
2021-04-27 10:06:30 -07:00

19 lines
564 B
YAML

jobs:
- template: templates/mac-ci.yml
parameters:
DoNugetPack: 'false'
BuildCommand: >-
python3 $(Build.SourcesDirectory)/tools/ci_build/build.py
--config Debug
--build_dir $(Build.BinariesDirectory)
--build_wheel
--skip_submodule_sync
--parallel
--build_shared_lib
--build_java
--build_nodejs
--build_objc
--enable_language_interop_ops
# Enable unreleased onnx opsets in CI builds
# This facilitates testing the implementation for the new opsets
AllowReleasedOpsetOnly: '0'