makefiles/docs/ci.md
To test the build on various distro, I'm using docker containers and a Makefile for orchestration.
pros:
cons:
To get the help simply type:
make
note: you can also use from top directory
make --directory=makefiles
For example to test Python inside an Alpine container:
make alpine_python_test
Dockerfile is split in several stages.