bazel/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=bazel
For example to test inside an Ubuntu container:
make ubuntu_test
Dockerfile is split in several stages.