onnxruntime/build.sh

10 lines
299 B
Bash
Raw Normal View History

2018-11-20 00:48:22 +00:00
#!/bin/bash
# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License.
# Get directory this script is in
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
#requires python3.6 or higher
2020-04-23 15:38:10 +00:00
python3 $DIR/tools/ci_build/build.py --build_dir $DIR/build/Linux "$@"