Leonardo Lima

Results 4 comments of Leonardo Lima

Btw I have some plans to create a Docker workflow, and let the GCC and CMake version up to the user to decide. Maybe create a deploy image, with a...

Hey, I just implemented a GitHub Actions workflow for Docker, for building and running the Docker container! A common use case for C++ is uploading an image to [Docker Hub](https://hub.docker.com/)...

> I wonder if it would make sense to copy / install the executables and remove the source and build directories after building in the container? Especially if there are...

If we're using multi-staged builds, we must have static libraries linking instead of dynamic. An alternative is what @PolarYair said, we can have two docker images: a base image with...