aboutsummaryrefslogtreecommitdiff
path: root/contrib/devtools/bitcoin-tidy/README.md
blob: c15e07c4ede54485133eaac2bf64957552bcc132 (plain)
1
2
3
4
5
6
7
8
9
10
11
# Bitcoin Tidy

Example Usage:

```bash
cmake -S . -B build -DLLVM_DIR=$(llvm-config --cmakedir) -DCMAKE_BUILD_TYPE=Release

cmake --build build -j$(nproc)

cmake --build build --target bitcoin-tidy-tests -j$(nproc)
```