From f2aea2627cd6b4c759dea293f6be54f2c90ae36e Mon Sep 17 00:00:00 2001 From: rakshasa Date: Wed, 13 Nov 2024 11:42:14 +0000 Subject: [PATCH] Update workflow. --- .github/workflows/PR.yml | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/.github/workflows/PR.yml b/.github/workflows/PR.yml index dbfbd4307..3e31d02af 100644 --- a/.github/workflows/PR.yml +++ b/.github/workflows/PR.yml @@ -19,10 +19,17 @@ jobs: - name: Install clang-tidy run: | sudo apt-get update - sudo apt-get install -y clang-tidy + sudo apt-get install -y clang-tidy bear + - name: Configure Project + run: | + aclocal -I scripts + autoconf -i + autoheader + automake --add-missing + ./configure - name: Prepare compile_commands.json run: | - cmake -B build -DCMAKE_EXPORT_COMPILE_COMMANDS=ON + bear -- make - name: Create results directory run: | mkdir clang-tidy-result