Builder of Asio samples project on Ubuntu
772
Builder of Asio samples project on Ubuntu. 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-ubuntu
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-ubuntu
Content type
Image
Digest
sha256:1c740cd3b…
Size
431.7 MB
Last updated
almost 2 years ago
docker pull abrarov/asio-samples-builder-ubuntu