Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 733 Bytes

File metadata and controls

36 lines (22 loc) · 733 Bytes

developer

builder

abstract

the builder docker generating by Dockerfile.ubuntu20 let to use a set of predefined tools in order to:

  • using the g++ compiler
  • build a project using makefile approach
  • creating awesome unit test leveragin on lib-boosts
  • perform memory check using valgrind

how to

you can buil the your own builder image, locally suing docker, following these steps.

build the image:

> docker build -t lib-tiny-fp-builder -f ./build/Dockerfile.ubuntu20 .

tag the image with your own name:

> docker tag lib-tiny-fp-builder <your-account>/lib-tiny-fp-builder:x.y.z

push the image to you repository:

> docker push <your-account>/lib-tiny-fp-builder:x.y.z