5b9fea01ee
Revamp the build system to be more inline with other Prometheus exporters. Notably add Darwin and Windows build targets, and add support for releases using tar files. |
||
---|---|---|
.. | ||
vendor | ||
.gitignore | ||
Makefile | ||
README.md | ||
src |
README.md
Vendored versions of the build tooling.
gocovmerge is used to merge coverage reports for uploading to a service like coveralls, and gometalinter conveniently incorporates multiple Go linters.
By vendoring both, we gain a self-contained build system.
Run make all
to build, and make update
to update.