Toggle navigation
Toggle navigation
此项目
正在载入...
Sign in
xuning
/
sherpaonnx
转到一个项目
Toggle navigation
项目
群组
代码片段
帮助
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
Fangjun Kuang
2023-07-15 19:54:27 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Committed by
GitHub
2023-07-15 19:54:27 +0800
Commit
bd74e1c4e5d2c004b3d4ddddbb452548767167e2
bd74e1c4
1 parent
5d820b88
Fix CI tests (#218)
显示空白字符变更
内嵌
并排对比
正在显示
2 个修改的文件
包含
8 行增加
和
4 行删除
.github/workflows/aarch64-linux-gnu.yaml
.github/workflows/arm-linux-gnueabihf.yaml
.github/workflows/aarch64-linux-gnu.yaml
查看文件 @
bd74e1c
...
...
@@ -136,7 +136,6 @@ jobs:
qemu-aarch64 ./build-aarch64-linux-gnu/bin/sherpa-onnx --help
-
name
:
Copy files
if
:
env.RELEASE == 'true'
shell
:
bash
run
:
|
SHERPA_ONNX_VERSION=v$(grep "SHERPA_ONNX_VERSION" ./CMakeLists.txt | cut -d " " -f 2 | cut -d '"' -f 2)
...
...
@@ -146,12 +145,15 @@ jobs:
cp -a build-aarch64-linux-gnu/install/bin $dst/
cp -a build-aarch64-linux-gnu/install/lib $dst/
cp -a build-aarch64-linux-gnu/install/include $dst/
tree $dst
tar cjvf ${dst}.tar.bz2 $dst
-
uses
:
actions/upload-artifact@v2
with
:
path
:
sherpa-onnx-*linux-aarch64.tar.bz2
-
name
:
Release pre-compiled binaries and libs for aarch64 linux
if
:
env.RELEASE == 'true'
uses
:
svenstaro/upload-release-action@v2
...
...
.github/workflows/arm-linux-gnueabihf.yaml
查看文件 @
bd74e1c
...
...
@@ -137,7 +137,6 @@ jobs:
qemu-arm ./build-arm-linux-gnueabihf/bin/sherpa-onnx --help
-
name
:
Copy files
if
:
env.RELEASE == 'true'
shell
:
bash
run
:
|
SHERPA_ONNX_VERSION=v$(grep "SHERPA_ONNX_VERSION" ./CMakeLists.txt | cut -d " " -f 2 | cut -d '"' -f 2)
...
...
@@ -147,12 +146,15 @@ jobs:
cp -a build-arm-linux-gnueabihf/install/bin $dst/
cp -a build-arm-linux-gnueabihf/install/lib $dst/
cp -a build-arm-linux-gnueabihf/install/include $dst/
tree $dst
tar cjvf ${dst}.tar.bz2 $dst
-
uses
:
actions/upload-artifact@v2
with
:
path
:
sherpa-onnx-*linux-arm-gnueabihf.tar.bz2
-
name
:
Release pre-compiled binaries and libs for arm linux gnueabihf
if
:
env.RELEASE == 'true'
uses
:
svenstaro/upload-release-action@v2
...
...
请
注册
或
登录
后发表评论