onnxruntime/server/ci/run.sh

12 lines
392 B
Bash
Raw Normal View History

#!/bin/bash
set -e
cd /build
cmake -DCMAKE_BUILD_TYPE=Debug /onnxruntime_src
make -j$(getconf _NPROCESSORS_ONLN)
cd /onnxruntime_src/test
/build/onnxruntime_server_tests
cd /build
2020-06-16 04:26:19 +00:00
python3 -m pip install grpcio==1.27.2 requests protobuf
python3 server_test/test_main.py /build/onnxruntime_server /build/models/opset8/test_mnist /onnxruntime_src/test/testdata/server /build /build/server_test