Docker image for Qt5 development with CMake and GTest.
This project is automatically deployed to matimoreyra/qt5 Docker Hub repository.
The tag indicates which version of Ubuntu is used as base image.
docker pull matimoreyra/qt5[:tag]
docker run -dit [--name <container_name>] matimoreyra/qt5[:tag]
git clone [email protected]:MatiMoreyra/qt5-docker.git
Or just download it from here.
From the folder containing the Dockerfile, run:
docker build -t matimoreyra/qt5[:tag] .
docker run -dit [--name <container_name>] matimoreyra/qt5[:tag]
Every pull request is automatically built and tested on Docker Hub (see docker-compose.test.yml).
Every commit to master triggers an automatic build pipeline on Docker Hub which consists on the following steps:
test/executable with CMake and running GTest for it. This is achieved by running test/executable/build.sh inside a docker container for each image (see hooks/test).Content type
Image
Digest
Size
237.7 MB
Last updated
over 6 years ago
docker pull matimoreyra/qt5