3 Commits

Author SHA1 Message Date
Eli Bendersky
5487e88919 Add VERBOSE option to tools/build and generate.go
VERBOSE will be set by TRAVIS (but can also be set by user to diagnose slow
builds). Using an env var so that it automatically propagates to all the
sub-scripts and tools without having to pass it through tools/build explicitly.
2019-06-05 10:15:13 -07:00
Eli Bendersky
c22108bc89 Comment 2019-06-05 06:37:51 -07:00
Eli Bendersky
2e3c6d3f51 Initial Travis file for running CI
Each run invokes tools/build, which already returns a non-zero status on errors
and zero when OK.

Updates #237
2019-06-04 20:32:43 -07:00