aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Dmitry Lomov <dslomov@google.com>2016-07-19 17:44:05 +0000
committerGravatar Dmitry Lomov <dslomov@google.com>2016-07-19 18:13:15 +0000
commitd86a36f5c2128649eeacbd0d87eaa901d6c92b5b (patch)
treeb708ae560f3dd3755b8eaabada1a8c9c0eab1db6
parent876d6f69915f91520616dc3e5ae406a765513969 (diff)
Publish bazel.exe to the output directory on Windows.
-- MOS_MIGRATED_REVID=127847570
-rwxr-xr-xscripts/ci/windows/compile_windows.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/ci/windows/compile_windows.sh b/scripts/ci/windows/compile_windows.sh
index 646efa8a23..9fee6a160f 100755
--- a/scripts/ci/windows/compile_windows.sh
+++ b/scripts/ci/windows/compile_windows.sh
@@ -48,6 +48,9 @@ if (( $retCode != 0 )); then
exit 0
fi
+# Copy the resulting artifact.
+cp output/bazel.exe output/ci/
+
# Run the only Windows-specific test we have.
# todo(bazel-team): add more tests here.
echo "Running tests"