Builder of Asio samples project on Alpine Linux
823
Builder of Asio samples project on Alpine 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-alpine
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-alpine
Content type
Image
Digest
sha256:f6e19a4ff…
Size
359 MB
Last updated
almost 2 years ago
docker pull abrarov/asio-samples-builder-alpine