3 Commits

Author SHA1 Message Date
Eli Bendersky
4f6bedc1b7 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-09-08 22:51:39 +02:00
Eli Bendersky
f62963aefb Comment 2019-09-08 22:51:38 +02:00
Eli Bendersky
caa056f628 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-09-08 22:51:38 +02:00