For java ci actions (#231)

This commit is contained in:
zhaomingwork
2023-08-05 10:32:48 +08:00
committed by GitHub
parent 92976b04a0
commit 5c9aebd583
5 changed files with 130 additions and 3 deletions

View File

@@ -185,3 +185,9 @@ json result example: {"text":"甚至出现交易几乎停滞的情况","eof":"tr
make runclient /**change path in Makefile according to your env**/
```
7 runtest
this script will download model, compile codes and run test
```bash
cd sherpa-onnx/java-api-examples
runtest.sh
```