Commit e573229d by Greg Hartman

Save a log file of build commands and errors

Change-Id: I7ad7b5db84e2c33b0340943f7f2b13403e777383 Reviewed-on: https://swiftshader-review.googlesource.com/3587Reviewed-by: 's avatarNicolas Capens <capn@google.com> Tested-by: 's avatarGreg Hartman <ghartman@google.com>
parent e2b43f00
...@@ -61,7 +61,7 @@ for config in ${CONFIGS}; do ...@@ -61,7 +61,7 @@ for config in ${CONFIGS}; do
libGLESv1_CM_swiftshader_vendor_debug \ libGLESv1_CM_swiftshader_vendor_debug \
libGLESv1_CM_swiftshader_vendor_release \ libGLESv1_CM_swiftshader_vendor_release \
libGLESv2_swiftshader_vendor_debug \ libGLESv2_swiftshader_vendor_debug \
libGLESv2_swiftshader_vendor_release libGLESv2_swiftshader_vendor_release 2>&1 | tee vendor_build.out
# We don't need the obj files since they can be generated from the syms # We don't need the obj files since they can be generated from the syms
......
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