C++ testing playground.
conan install . --install-folder=tmp/build-ct -pr profiles/linux-64-clang-7-libstdc++-release-tidy
conan build . --install-folder=tmp/build-ct --build-folder=tmp/build-ct
conan install . --install-folder=tmp/build-gd -pr profiles/linux-64-gcc-8-libstdc++11-debug
conan build . --install-folder=tmp/build-gd --build-folder=tmp/build-gd
conan install . --install-folder=tmp\build-vsr -pr profiles\windows-64-vs15-release
conan build . --install-folder=tmp\build-vsr --build-folder=tmp\build-vsr
conan install . --install-folder=tmp\build-vsd -pr profiles\windows-64-vs15-debug
conan build . --install-folder=tmp\build-vsd --build-folder=tmp\build-vsd