Add examples for Kotlin API (#124)

This commit is contained in:
Fangjun Kuang
2023-04-19 17:29:35 +08:00
committed by GitHub
parent ad05f52666
commit 4024bfab32
15 changed files with 146 additions and 88 deletions

View File

@@ -8,9 +8,9 @@ on:
- '.github/workflows/jni.yaml'
- 'CMakeLists.txt'
- 'cmake/**'
- 'kotlin-api-examples/**'
- 'sherpa-onnx/csrc/*'
- 'sherpa-onnx/jni/*'
- '.github/scripts/test-jni.sh'
pull_request:
branches:
- master
@@ -18,9 +18,9 @@ on:
- '.github/workflows/jni.yaml'
- 'CMakeLists.txt'
- 'cmake/**'
- 'kotlin-api-examples/**'
- 'sherpa-onnx/csrc/*'
- 'sherpa-onnx/jni/*'
- '.github/scripts/test-jni.sh'
concurrency:
group: jni-${{ github.ref }}
@@ -56,4 +56,5 @@ jobs:
- name: Run JNI test
shell: bash
run: |
.github/scripts/test-jni.sh
cd ./kotlin-api-examples
./run.sh