Skip to content

Commit

Permalink
Remove config.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
pacowong committed Oct 15, 2024
1 parent fcad764 commit 5553884
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 60 deletions.
58 changes: 0 additions & 58 deletions .circleci/config.yaml

This file was deleted.

15 changes: 13 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,26 @@ jobs:
command: |
mkdir -p $HOME/onnxlibrary/macabi_release_v20230327_2320
- run:
name: buld with build_apple_framework.py
name: install tools for build
command: |
export PYTHONPATH=${CIRCLE_WORKING_DIRECTORY}/tools/python:$PYTHONPATH
brew install cmake
pip install -r ${CIRCLE_WORKING_DIRECTORY}/requirements-dev.txt
- run:
name: build with build_apple_framework.py
command: |
export PYTHONPATH=${CIRCLE_WORKING_DIRECTORY}/tools/python:$PYTHONPATH
python3 ${CIRCLE_WORKING_DIRECTORY}/tools/ci_build/github/apple/build_apple_framework.py --config Release --build_dynamic_framework --build_dir=$HOME/onnxlibrary/macabi_release_v20230327_2320 \
--include_ops_by_config=${CIRCLE_WORKING_DIRECTORY}/tools/ci_build/github/apple/hws_mobile_package.required_operators.config \
${CIRCLE_WORKING_DIRECTORY}/tools/ci_build/github/apple/default_full_ios_framework_build_settings.json
- run:
name: archive the build results
command: |
cd $HOME/onnxlibrary/
tar -cvf onnxruntime_xcf.tar $HOME/onnxlibrary/macabi_release_v20230327_2320
- store_artifacts:
path: $HOME/onnxlibrary/macabi_release_v20230327_2320/
workflows:
version: 2
build-and-test-xcframework:
Expand Down

0 comments on commit 5553884

Please sign in to comment.