Fix: add debugging and fail-on-error to windows bazel build script.
This commit is contained in:
parent
ca6a28860a
commit
c74c7c1662
@ -11,6 +11,10 @@
|
||||
# - Anaconda3
|
||||
# * Bazel windows executable copied as "bazel.exe" and included in PATH.
|
||||
|
||||
# All commands shall pass, and all should be visible.
|
||||
set -x
|
||||
set -e
|
||||
|
||||
# This script is under <repo_root>/tensorflow/tools/ci_build/windows/cpu/pip/
|
||||
# Change into repository root.
|
||||
script_dir=$(dirname $0)
|
||||
|
Loading…
Reference in New Issue
Block a user