Add current directory to PATH when running test scripts.
This commit is contained in:
Родитель
789fa91987
Коммит
69e0935e1b
|
@ -3,7 +3,7 @@
|
|||
echo "Building spirv-cross"
|
||||
make -j$(nproc)
|
||||
|
||||
export PATH="./external/glslang-build/StandAlone:./external/spirv-tools-build/tools:$PATH"
|
||||
export PATH="./external/glslang-build/StandAlone:./external/spirv-tools-build/tools:.:$PATH"
|
||||
echo "Using glslangValidation in: $(which glslangValidator)."
|
||||
echo "Using spirv-opt in: $(which spirv-opt)."
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
echo "Building spirv-cross"
|
||||
make -j$(nproc)
|
||||
|
||||
export PATH="./external/glslang-build/StandAlone:./external/spirv-tools-build/tools:$PATH"
|
||||
export PATH="./external/glslang-build/StandAlone:./external/spirv-tools-build/tools:.:$PATH"
|
||||
echo "Using glslangValidation in: $(which glslangValidator)."
|
||||
echo "Using spirv-opt in: $(which spirv-opt)."
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче