| commit | 93899fea88d454619be419f589a8420990ca77b7 | [log] [tgz] |
|---|---|---|
| author | Dmitry Lomov <dslomov@google.com> | Wed Jul 13 16:37:35 2016 +0000 |
| committer | Kristina Chodorow <kchodorow@google.com> | Thu Jul 14 11:12:22 2016 +0000 |
| tree | a3bb4ef78d49236912c3522dba83296412722590 | |
| parent | bc47f40b0dd352d3bf9dc8228fbf0279ac67e907 [diff] |
Add python to PATH for ci script -- Change-Id: I7b20894240611e52b6ba9bfd10cc37e2edb24e1f Reviewed-on: https://bazel-review.googlesource.com/#/c/4032/ MOS_MIGRATED_REVID=127326078
diff --git a/scripts/ci/windows/compile_windows.sh b/scripts/ci/windows/compile_windows.sh index 3744afe..646efa8 100755 --- a/scripts/ci/windows/compile_windows.sh +++ b/scripts/ci/windows/compile_windows.sh
@@ -35,6 +35,7 @@ # These variables are temporarily needed for Bazel export BAZEL_SH="$(cygpath --windows /bin/bash)" export TMPDIR=${TMPDIR:-c:/bazel_ci/temp} +export PATH="${PATH}:/c/python_27_amd64/files" mkdir -p "${TMPDIR}" # mkdir does work with a path starting with 'c:/', wow # Even though there are no quotes around $* in the .bat file, arguments