mirror of
https://github.com/upa/mscp.git
synced 2026-02-04 11:34:44 +08:00
All docker files do not call isntall-build-deps.sh. Instead, cmake passes REQUIREDPKGS to Dockerfiles, which is derived from the output of ./scripts/install-build-deps.sh --dont-install --platform PLATFORM. This change enables caching package installaion during docker build.
7 lines
263 B
Markdown
7 lines
263 B
Markdown
|
|
Dockerfiles for building and testing mscp.
|
|
|
|
cmake provides custom targets to build and test mscp in the containers
|
|
See `make docker-*` targets. `make docker-build-all` builds all
|
|
container images, and `make docker-test-all` runs the test in all
|
|
container images. |