coreml : set -e in generate-coreml-interface.sh [no ci]

The commit sets the -e flag in the generate-coreml-interface.sh script
to make sure the script fails if any command fails.
This commit is contained in:
Daniel Bevenius 2025-04-01 12:30:25 +02:00
parent 858fce41e4
commit 98a500e619

View File

@ -5,6 +5,8 @@
# - src/coreml/whisper-decoder-impl.h and src/coreml/whisper-decoder-impl.m
#
set -e
wd=$(dirname "$0")
cd "$wd/../" || exit