This repository has been archived by the owner on Mar 6, 2020. It is now read-only.
gb version 0.3.2
The 0.3 series focuses on gb test
Changes
-
gb's logging has been simplified.
-q
mode has been removed, if you want gb to be silent, pipe stdout to/dev/null
.-v
mode has been removed, to enabled debug output, set theDEBUG
environment variable. This variable takes a regex, but that isn't implement yet, so.
will do.env DEBUG=. gb {build,test}
-
For linux builds, gb now uses travis-ci, which gives us coverage for Go 1.4, Go 1.5 and Go tip. Big thanks to @tianon for making this happen.
-
gb now works harder to cleanup temporary files when interrupted by a signal or ^C. Fixes #436.