Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 251 Bytes

File metadata and controls

16 lines (10 loc) · 251 Bytes

Buildfile

A make file script that assumes following things:

  • Project follows hubflow.
  • Project has a Dockerfile
  • Project can run test with "make test"

This file is used by CI.

Run

make -f Buildfile help

for additional details.