Commit 4c84dbdc by Ben Clayton

Kokoro: Don't use verbose logging for make

When the build fails, it's very hard to find the compiler error in the spam. Change-Id: Ic975f0a075e4104db82a58ef03e1ba643e520fe2 Reviewed-on: https://swiftshader-review.googlesource.com/c/SwiftShader/+/26031 Kokoro-Presubmit: kokoro <noreply+kokoro@google.com> Tested-by: 's avatarBen Clayton <bclayton@google.com> Reviewed-by: 's avatarNicolas Capens <nicolascapens@google.com>
parent e57f10e4
......@@ -12,7 +12,7 @@ git submodule update --init
mkdir -p build && cd build
cmake ..
make --jobs=$(nproc) VERBOSE=1
make --jobs=$(nproc)
# Run the GLES unit tests.
./unittests
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment