aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoralan-baker <alanbaker@google.com>2021-01-27 18:00:56 -0500
committerGitHub <noreply@github.com>2021-01-27 18:00:56 -0500
commita4f97da409f267281f54a4f84bd95bb06dc4128e (patch)
tree01529d5e8877fb79897e3a7613b087fd61500519
parenta61600c7639c1a03df4967806fb8cc48ea3c45ca (diff)
downloadspirv-tools-a4f97da409f267281f54a4f84bd95bb06dc4128e.tar.gz
Add cmake to windows path for kokoro (#4129)
* Add cmake to windows path for kokoro
-rw-r--r--kokoro/scripts/windows/build.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/kokoro/scripts/windows/build.bat b/kokoro/scripts/windows/build.bat
index fa7a71a0..a4ce792a 100644
--- a/kokoro/scripts/windows/build.bat
+++ b/kokoro/scripts/windows/build.bat
@@ -22,7 +22,7 @@ set BUILD_TYPE=%1
set VS_VERSION=%2
:: Force usage of python 3.6
-set PATH=C:\python36;%PATH%
+set PATH=C:\python36;"C:\Program Files\CMake\bin";%PATH%
cd %SRC%
git clone --depth=1 https://github.com/KhronosGroup/SPIRV-Headers external/spirv-headers