Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 387 Bytes

dev-guide.md

File metadata and controls

22 lines (12 loc) · 387 Bytes

Test Developers Guide

Setup

clone repo:

cd $(env gopath)/src/github.com/paul-carlton
git clone [email protected]:paul-carlton/phone-tester.git
cd phone-tester

Development

The Makefile in the project's top level directory will compile, build and test all components.

make docker

Deployment

The Makefile can build a docker image too.

make docker push