1
0
Fork 0
mirror of https://github.com/TheLartians/ModernCppStarter.git synced 2025-08-30 21:51:12 +02:00

the example is named standalone

This commit is contained in:
ClausKlein 2021-03-02 14:40:22 +01:00
parent 1cf8490d46
commit a6dcfe52db

View file

@ -42,5 +42,5 @@ jobs:
run: |
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 ||
/usr/local/opt/llvm/share/clang/run-clang-tidy.py -p build/standalone standalone ||
echo IGNORED