User Tools

Site Tools


development:makefile_macros

Makefile Macros

All macros can be found in the makefile itself

test

This macro runs all of the tests

make test

coverage

This macro uses go's test coverage tool to generate and open an html page that displays test coverage.

make coverage

up_build

This macro builds all of the binaries, then builds the docker containers, and then deploys them locally using docker-compose

make up_build

docker_push

This macro builds all docker containers, and then pushes the containers to dockerhub

make docker_push

k_deploy

This macro deploys to kubernetes

make k_deploy
development/makefile_macros.txt · Last modified: 2024/06/06 16:41 by 127.0.0.1