Sign inSign up

abrarov/asio-samples-builder-rocky

By abrarov

Updated almost 2 years ago

Builder of Asio samples project on Rocky Linux

Image
Languages & frameworks
0

366

abrarov/asio-samples-builder-rocky repository overview

Builder of Asio samples project on Rocky Linux. 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-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

Tag summary

Content type

Image

Digest

sha256:c85d9765d

Size

513.1 MB

Last updated

almost 2 years ago

docker pull abrarov/asio-samples-builder-rocky