C++
You can build the C++ binaries from the project's root directory.
conan build . -pr:a=conan/profiles/tests-debug -b missing
You can test the C++ binaries:
cd build/Debug
ctest -C Debug --output-on-failure
You can build the C++ binaries from the project's root directory.
conan build . -pr:a=conan/profiles/tests-debug -b missing
You can test the C++ binaries:
cd build/Debug
ctest -C Debug --output-on-failure