mirror of
https://github.com/Retropex/bitcoin.git
synced 2025-05-14 04:00:41 +02:00
12 lines
220 B
Markdown
12 lines
220 B
Markdown
# 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)
|
|
```
|