Skip to content

Files

Latest commit

author
Mikhail Komarov
Mar 29, 2019
5425a65 · Mar 29, 2019

History

History
19 lines (16 loc) · 480 Bytes

README.md

File metadata and controls

19 lines (16 loc) · 480 Bytes

Boost CMake Build Tools

Building.

cd <path>
docker build -t base base/
docker build -t clang-6.0 clang-6.0/

Examples.

docker run -v <path_to_boost>:/home/builder/boost -v <path_to_boost_cmake>:/home/builder/project -v <path_to_build_directory>:/home/builder/bin clang-6.0 -C -M tests

Command Line Arguments.

-C - Simply runs CMake -M <target> - Runs make with target -D - Clears caches -T - Runs ctest with target