mnoergaard / petprep_hmc

PETPrep head motion correction workflow
Apache License 2.0
7 stars 5 forks source link

Add Makefile #23

Closed bendhouseart closed 5 hours ago

bendhouseart commented 5 hours ago

Adding a Makefile provides us with a consistent way to execute developer commands

During testing and development it's helpful to have access to linting/formatting as well as docker build and upload commands that properly tag and upload new releases of images.

Later these "local" commands can be used in CI so that local and automated testing steps are reproducible.

mnoergaard commented 5 hours ago

Closed as completed via #24