CI: Added configuring clang for tidy checks #2

Merged
sha512sum merged 1 commit from improve_pr_check into main 2024-11-08 15:55:04 +00:00
Member
No description provided.
Ivan-lis added 1 commit 2024-11-08 15:37:41 +00:00
CI: Added configuring clang for tidy checks
Some checks failed
PR Check / on-push-commit-check (push) Has been cancelled
b11e198134
Ivan-lis force-pushed improve_pr_check from b11e198134 to d1dc6f8e24 2024-11-08 15:38:19 +00:00 Compare
Ivan-lis reviewed 2024-11-08 15:39:27 +00:00
@ -181,2 +192,2 @@
# -DCMAKE_EXE_LINKER_FLAGS="-L/home/LLVM-${LLVM_VER}/lib/ -Wl,-rpath,/home/LLVM-${LLVM_VER}/lib -lc++ -lc++abi -lm -lc -lgcc_s -lgcc -fno-omit-frame-pointer -g -fsanitize=address,undefined,leak,function,nullability,vptr"
# cmake --build ${{ github.workspace }}/build_clang --parallel `nproc`
- name: Check on failures
if: steps.gcc_build.outcome != 'success' || steps.gcc_unit_tests.outcome != 'success' || steps.clang_build.outcome != 'success' || steps.clang_tidy.outcome != 'success'
Author
Member

This is to show that pipeline failed. Otherwise, Action result will be 'Success'

This is to show that pipeline failed. Otherwise, Action result will be 'Success'
sha512sum marked this conversation as resolved
sha512sum merged commit 76ebf081c2 into main 2024-11-08 15:55:04 +00:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: Larra/larra#2
No description provided.