Use Docker bake to build without installing dependencies (aside of docker).
docker buildx bake
Find the build results in the out
directory.
Please install the dependencies listed below before building using CMake.
cmake -B build
cmake --build build
sudo cmake --install build
Options | Default | Description |
---|---|---|
WITHOUT_PROVIDER | OFF | Disables build of webfuse provider |
WITHOUT_TEST | OFF | Disables build of unit and integration tests |
WITHOUT_CLANG_TIDY | OFF | Disables running clang tidy on build |
Target | Description |
---|---|
test | runs unit and integration tests |
memcheck | runs unit test with valgrind/memcheck |