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
+3 -3
View File
@@ -27,7 +27,7 @@ cd $DIR
# the version number below is only used if cmake isn't already on your path.
# if you update this version number, remember to update the one(s) in the other platform
# files, as well as in Tools/build/Jenkins/...
# files, as well as in scripts/build/...
./python.sh --version > /dev/null
python_exitcode=$?
@@ -55,9 +55,9 @@ if ! [ -x "$(command -v cmake)" ]; then
fi
LY_CMAKE_PATH=$LY_3RDPARTY_PATH/CMake/3.19.1/$PAL/$CMAKE_FOLDER_RELATIVE_TO_ROOT
# if you change the version number, change it also in:
# Tools/build/JenkinsScripts/build/Platform/Mac/env_mac.sh
# scripts/build/Platform/Mac/env_mac.sh
# and
# Tools/build/JenkinsScripts/build/Platform/Linux/env_linux.sh
# scripts/build/Platform/Linux/env_linux.sh
fi
export PATH=$LY_CMAKE_PATH:$PATH