Skip to content

Commit

Permalink
Multiline command
Browse files Browse the repository at this point in the history
  • Loading branch information
Paco Wong committed Nov 25, 2023
1 parent 5f81074 commit 3735ac5
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions .github/workflows/generate-xcframework-maccatalyst.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@ name: "Build XCFramework for MacCatalyst"

on:
workflow_dispatch:
branches: [main, develop]
push:
#workflow_dispatch:
# branches: [main, develop]


jobs:
build_macabi_xcf:
Expand All @@ -29,10 +32,8 @@ https://github.com/protocolbuffers/protobuf/releases/download/v21.12/protoc-21.1
run: mkdir -p $HOME/onnxlibrary/macabi_release_v20230327_2320

- name: create release build
run: python tools/ci_build/github/apple/build_macabi_framework.py --config Release
--build_dir
$HOME/onnxlibrary/macabi_release_v20230327_2320 --include_ops_by_config
tools/ci_build/github/apple/hws_mobile_package.required_operators.config --path_to_protoc_exe
/usr/local/bin/protoc-3.21.12.0
tools/ci_build/github/apple/default_full_macabi_framework_build_settings.json
run: python tools/ci_build/github/apple/build_macabi_framework.py --config Release \
--build_dir $HOME/onnxlibrary/macabi_release_v20230327_2320 \
--include_ops_by_config tools/ci_build/github/apple/hws_mobile_package.required_operators.config \
--path_to_protoc_exe /usr/local/bin/protoc-3.21.12.0 tools/ci_build/github/apple/default_full_macabi_framework_build_settings.json

0 comments on commit 3735ac5

Please sign in to comment.