Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 630 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 630 Bytes

circuit-driver

Build Status Coverage Status

Building Locally

Prerequisites

brew install protobuf-c
go get -u github.com/gogo/protobuf/protoc-gen-gofast
go get -u github.com/kardianos/govendor

Test and Build

make vet test exe

Generate Docker Image

DOCKER_IMAGE=operable/circuit-driver:$VERSION make docker