Builder of Asio samples project on Rocky Linux
366
Builder of Asio samples project on Rocky Linux. Dockerfile.
Building with Qt 5.x and with calculating of code coverage:
docker run --rm \
-e BUILD_TYPE=DEBUG \
-e COVERAGE_BUILD=ON \
-v <directory_with_project>:/project \
-v <directory_with_results_of_build>:/build \
abrarov/asio-samples-builder-rocky
Building of release version with Qt 5.x:
docker run --rm \
-v <directory_with_project>:/project \
-v <directory_with_results_of_build>:/build \
abrarov/asio-samples-builder-rocky
Content type
Image
Digest
sha256:c85d9765d…
Size
513.1 MB
Last updated
almost 2 years ago
docker pull abrarov/asio-samples-builder-rocky