mirror of
https://github.com/KhronosGroup/SPIRV-Cross.git
synced 2024-11-09 13:50:05 +00:00
Add early exit for test_shaders if compilation fails
This commit is contained in:
parent
4be568c004
commit
e6d1c76e5c
@ -6,7 +6,7 @@ OPTS=$@
|
||||
|
||||
if [ -z "$SPIRV_CROSS_PATH" ]; then
|
||||
echo "Building spirv-cross"
|
||||
make -j$(nproc)
|
||||
make -j$(nproc) || exit 1
|
||||
SPIRV_CROSS_PATH="./spirv-cross"
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user