Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/KhronosGroup/SPIRV-Tools.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/kokoro
diff options
context:
space:
mode:
authoralan-baker <alanbaker@google.com>2021-01-28 02:00:56 +0300
committerGitHub <noreply@github.com>2021-01-28 02:00:56 +0300
commita4f97da409f267281f54a4f84bd95bb06dc4128e (patch)
tree01529d5e8877fb79897e3a7613b087fd61500519 /kokoro
parenta61600c7639c1a03df4967806fb8cc48ea3c45ca (diff)
Add cmake to windows path for kokoro (#4129)
* Add cmake to windows path for kokoro
Diffstat (limited to '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 fa7a71a04..a4ce792aa 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