ipmi_exporter/Makefile
Ben Kochie 3965f19954
Add CircleCI for build and publish.
* Use the Prometheus standard build setup.
* Add CircleCI build and publish workflow.
2019-07-09 14:14:54 +02:00

10 lines
179 B
Makefile

# Override the default common all.
.PHONY: all
all: precheck style unused build test
include Makefile.common
DOCKER_IMAGE_NAME ?= ipmi-exporter
DOCKER_REPO ?= soundcloud