mirror of
https://github.com/KhronosGroup/SPIRV-Tools
synced 2024-11-26 21:30:07 +00:00
Fixed misspelled ctest flag --output_on_failure
This commit is contained in:
parent
ddf4de61c9
commit
e7aff807a0
@ -76,7 +76,7 @@ script:
|
||||
else
|
||||
export NPROC=`sysctl -n hw.ncpu`;
|
||||
fi
|
||||
- if [[ "$BUILD_NDK" != "ON" ]]; then ctest -j${NPROC} --output_on_failure; fi
|
||||
- if [[ "$BUILD_NDK" != "ON" ]]; then ctest -j${NPROC} --output-on-failure; fi
|
||||
|
||||
|
||||
notifications:
|
||||
|
Loading…
Reference in New Issue
Block a user