Skip to content

Commit f3aa294

Browse files
author
Yura Zarudniy
authored
add building generated target (#34)
Signed-off-by: Yura Zarudniy <[email protected]>
1 parent 56df7f4 commit f3aa294

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/clang-tidy.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,6 @@ jobs:
3535
export LLVM_ROOT=${LLVM_DIR}/${LLVM_VER}
3636
export PATH=${LLVM_ROOT}/bin:${LLVM_ROOT}/share/clang:${PATH}
3737
cmake . -GNinja -Bbuild
38+
cmake --build build --target generated
3839
housekeeping/clang-tidy.sh build
40+

0 commit comments

Comments
 (0)