mirror of
https://github.com/TheLartians/ModernCppStarter.git
synced 2025-08-30 21:51:12 +02:00
use of USE_STATIC_ANALYZER=clang-tidy doen't work
This commit is contained in:
parent
e3d8699d36
commit
1cf8490d46
1 changed files with 4 additions and 1 deletions
5
.github/workflows/macos.yml
vendored
5
.github/workflows/macos.yml
vendored
|
@ -40,4 +40,7 @@ jobs:
|
|||
|
||||
- name: build standalone with clang-tidy
|
||||
run: |
|
||||
cmake -S standalone -B build/standalone -DUSE_STATIC_ANALYZER=clang-tidy
|
||||
cmake -S standalone -B build/standalone -DCMAKE_EXPORT_COMPILE_COMMANDS=1
|
||||
export PATH=/usr/local/opt/llvm/bin/:${PATH}
|
||||
/usr/local/opt/llvm/share/clang/run-clang-tidy.py -p build/standalone examples ||
|
||||
echo IGNORED
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue