7
.github/workflows/build-xcframework.yaml
vendored
7
.github/workflows/build-xcframework.yaml
vendored
@@ -43,6 +43,13 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
|
- name: Build iOS shared
|
||||||
|
if: matrix.with_tts == 'ON'
|
||||||
|
shell: bash
|
||||||
|
run: |
|
||||||
|
export CMAKE_VERBOSE_MAKEFILE=ON
|
||||||
|
./build-ios-shared.sh
|
||||||
|
|
||||||
- name: Build iOS
|
- name: Build iOS
|
||||||
if: matrix.with_tts == 'ON'
|
if: matrix.with_tts == 'ON'
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|||||||
@@ -19,6 +19,10 @@ if [ "$SHERPA_ONNX_GITHUB_MIRROW" == true ]; then
|
|||||||
SHERPA_ONNX_GITHUB=hub.nuaa.cf
|
SHERPA_ONNX_GITHUB=hub.nuaa.cf
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if [ ! -z CMAKE_VERBOSE_MAKEFILE ]; then
|
||||||
|
CMAKE_VERBOSE_MAKEFILE=ON
|
||||||
|
fi
|
||||||
|
|
||||||
if [ ! -f $onnxruntime_dir/onnxruntime.xcframework/ios-arm64/onnxruntime.a ]; then
|
if [ ! -f $onnxruntime_dir/onnxruntime.xcframework/ios-arm64/onnxruntime.a ]; then
|
||||||
mkdir -p $onnxruntime_dir
|
mkdir -p $onnxruntime_dir
|
||||||
pushd $onnxruntime_dir
|
pushd $onnxruntime_dir
|
||||||
@@ -50,7 +54,7 @@ if [[ ! -f build/simulator_x86_64/install/lib/libsherpa-onnx-c-api.dylib ]]; the
|
|||||||
-DBUILD_PIPER_PHONMIZE_TESTS=OFF \
|
-DBUILD_PIPER_PHONMIZE_TESTS=OFF \
|
||||||
-DBUILD_ESPEAK_NG_EXE=OFF \
|
-DBUILD_ESPEAK_NG_EXE=OFF \
|
||||||
-DBUILD_ESPEAK_NG_TESTS=OFF \
|
-DBUILD_ESPEAK_NG_TESTS=OFF \
|
||||||
-S .. \
|
-S .. -D CMAKE_VERBOSE_MAKEFILE=$CMAKE_VERBOSE_MAKEFILE \
|
||||||
-DCMAKE_TOOLCHAIN_FILE=./toolchains/ios.toolchain.cmake \
|
-DCMAKE_TOOLCHAIN_FILE=./toolchains/ios.toolchain.cmake \
|
||||||
-DPLATFORM=SIMULATOR64 \
|
-DPLATFORM=SIMULATOR64 \
|
||||||
-DENABLE_BITCODE=0 \
|
-DENABLE_BITCODE=0 \
|
||||||
@@ -81,7 +85,7 @@ if [[ ! -f build/simulator_arm64/install/lib/libsherpa-onnx-c-api.dylib ]]; then
|
|||||||
-DBUILD_PIPER_PHONMIZE_TESTS=OFF \
|
-DBUILD_PIPER_PHONMIZE_TESTS=OFF \
|
||||||
-DBUILD_ESPEAK_NG_EXE=OFF \
|
-DBUILD_ESPEAK_NG_EXE=OFF \
|
||||||
-DBUILD_ESPEAK_NG_TESTS=OFF \
|
-DBUILD_ESPEAK_NG_TESTS=OFF \
|
||||||
-S .. \
|
-S .. -D CMAKE_VERBOSE_MAKEFILE=$CMAKE_VERBOSE_MAKEFILE \
|
||||||
-DCMAKE_TOOLCHAIN_FILE=./toolchains/ios.toolchain.cmake \
|
-DCMAKE_TOOLCHAIN_FILE=./toolchains/ios.toolchain.cmake \
|
||||||
-DPLATFORM=SIMULATORARM64 \
|
-DPLATFORM=SIMULATORARM64 \
|
||||||
-DENABLE_BITCODE=0 \
|
-DENABLE_BITCODE=0 \
|
||||||
@@ -114,7 +118,7 @@ if [[ ! -f build/os64/install/lib/libsherpa-onnx-c-api.dylib ]]; then
|
|||||||
-DBUILD_PIPER_PHONMIZE_TESTS=OFF \
|
-DBUILD_PIPER_PHONMIZE_TESTS=OFF \
|
||||||
-DBUILD_ESPEAK_NG_EXE=OFF \
|
-DBUILD_ESPEAK_NG_EXE=OFF \
|
||||||
-DBUILD_ESPEAK_NG_TESTS=OFF \
|
-DBUILD_ESPEAK_NG_TESTS=OFF \
|
||||||
-S .. \
|
-S .. -D CMAKE_VERBOSE_MAKEFILE=$CMAKE_VERBOSE_MAKEFILE \
|
||||||
-DCMAKE_TOOLCHAIN_FILE=./toolchains/ios.toolchain.cmake \
|
-DCMAKE_TOOLCHAIN_FILE=./toolchains/ios.toolchain.cmake \
|
||||||
-DPLATFORM=OS64 \
|
-DPLATFORM=OS64 \
|
||||||
-DENABLE_BITCODE=0 \
|
-DENABLE_BITCODE=0 \
|
||||||
|
|||||||
@@ -214,7 +214,7 @@ if(SHERPA_ONNX_ENABLE_GPU)
|
|||||||
)
|
)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if(BUILD_SHARED_LIBS)
|
if(BUILD_SHARED_LIBS AND NOT DEFINED onnxruntime_lib_files)
|
||||||
target_link_libraries(sherpa-onnx-core onnxruntime)
|
target_link_libraries(sherpa-onnx-core onnxruntime)
|
||||||
else()
|
else()
|
||||||
target_link_libraries(sherpa-onnx-core ${onnxruntime_lib_files})
|
target_link_libraries(sherpa-onnx-core ${onnxruntime_lib_files})
|
||||||
|
|||||||
Reference in New Issue
Block a user