Support not using external buffers for node-addon (#925)
This commit is contained in:
@@ -99,7 +99,7 @@ function do_check() {
|
||||
;;
|
||||
2)
|
||||
echo "Check all files"
|
||||
files=$(find $sherpa_onnx_dir/sherpa-onnx -name "*.h" -o -name "*.cc")
|
||||
files=$(find $sherpa_onnx_dir/sherpa-onnx/csrc $sherpa_onnx_dir/sherpa-onnx/python $sherpa_onnx_dir/scripts/node-addon-api/src $sherpa_onnx_dir/sherpa-onnx/jni $sherpa_onnx_dir/sherpa-onnx/c-api -name "*.h" -o -name "*.cc")
|
||||
;;
|
||||
*)
|
||||
echo "Check last commit"
|
||||
|
||||
Reference in New Issue
Block a user