James Phillips
|
e01fde4007
|
Runs the static asset packaging inside the container; updates assets.
|
2016-11-08 15:14:08 -08:00 |
James Phillips
|
117a7a365e
|
Makes vendor pattern more generic.
|
2016-11-02 17:33:56 -07:00 |
James Phillips
|
9003454f88
|
Adds basic build tag support with different versions. (#2463)
|
2016-11-02 17:27:49 -07:00 |
James Phillips
|
e5210166e2
|
Adds a UI build in a Docker container. (#2462)
|
2016-11-02 15:53:02 -07:00 |
James Phillips
|
44f7ebce05
|
Only builds the binary stuff under master branch CI.
|
2016-10-25 13:49:57 -07:00 |
Sean Chittenden
|
888bfa71c7
|
Add `tools/cmd/cover` to GOTOOLS
|
2016-05-07 13:02:12 -07:00 |
Sean Chittenden
|
79701fbf6d
|
golang.org/x/tools/cmd/vet is obsolete after Go1.5
`go tool vet` is builtin starting with Go 1.5
|
2016-05-07 13:01:07 -07:00 |
James Phillips
|
9ccfb68bce
|
Tweaks some of the default makefile targets.
|
2016-02-17 20:36:48 -08:00 |
James Phillips
|
7ec96d2468
|
Removes from cruft from the makefile.
|
2016-02-17 20:30:06 -08:00 |
James Phillips
|
d1925a3fe1
|
Makes vet check more sure fire now that it's xargs-ed.
|
2016-02-17 16:02:42 -08:00 |
Sean Chittenden
|
3ebd78013c
|
Don't run `go vet` on vendor/
|
2016-02-12 18:52:40 -08:00 |
Sean Chittenden
|
8ae9e06e8d
|
Add a tools target that fetches various build-time tools
|
2016-02-12 17:09:18 -08:00 |
Sean Chittenden
|
333ff22e9a
|
Manage dependencies via Godep
Embrace the future and use Go 1.6's vendor support via Godep.
Go 1.5 users should `export GO15VENDOREXPERIMENT=1`
|
2016-02-12 16:50:37 -08:00 |
Sean Chittenden
|
c0046e0f30
|
Acknowledge that we're using GNU make's dialect and rename appropriate
Makefiles to GNUmakefiles so that non-GNU make(1) will error out. This
should be a transparent change to the universe of people using GNU make.
|
2016-02-05 14:24:26 -08:00 |