1
0
Fork 0
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:
ClausKlein 2021-03-02 14:31:02 +01:00
parent e3d8699d36
commit 1cf8490d46

View file

@ -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