OSDN Git Service

Kokoro: Don't use verbose logging for make
authorBen Clayton <bclayton@google.com>
Sat, 2 Mar 2019 01:22:52 +0000 (01:22 +0000)
committerBen Clayton <bclayton@google.com>
Tue, 5 Mar 2019 20:23:29 +0000 (20:23 +0000)
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: Ben Clayton <bclayton@google.com>
Reviewed-by: Nicolas Capens <nicolascapens@google.com>
kokoro/gcp_ubuntu/continuous.sh

index 8bcdc1d..eea4f8f 100755 (executable)
@@ -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