SPEC-6276 Move ci_build and ci_build_metrics to scripts\build

This commit is contained in:
Esteban Papp
2021-04-14 14:40:42 -07:00
committed by GitHub
parent 9c01e993db
commit 4a3d24f189
161 changed files with 42 additions and 14760 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ IF !ERRORLEVEL!==0 (
)
cd /D %CMD_DIR%\..
REM IF you update this logic, update it in Tools/build/JenkinsScripts/build/Platform/Windows/env_windows.cmd
REM IF you update this logic, update it in scripts/build/Platform/Windows/env_windows.cmd
REM If cmake is not found on path, try a known location, using LY_CMAKE_PATH as the first fallback
where /Q cmake
IF NOT !ERRORLEVEL!==0 (