Sign inSign up

abrarov/asio-samples-builder-ubuntu

By abrarov

Updated almost 2 years ago

Builder of Asio samples project on Ubuntu

Image
Languages & frameworks
0

772

abrarov/asio-samples-builder-ubuntu repository overview

Builder of Asio samples project on Ubuntu. Dockerfile.

Usage

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

Tag summary

Content type

Image

Digest

sha256:1c740cd3b

Size

431.7 MB

Last updated

almost 2 years ago

docker pull abrarov/asio-samples-builder-ubuntu