Skip to content

Commit

Permalink
Enable clang-tidy checks on CSCS CI clang pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
msimberg committed Nov 20, 2024
1 parent f1041b1 commit 87c495d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab/includes/clang18_pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ include:
SPACK_SPEC: "pika@main arch=$SPACK_ARCH %${COMPILER} malloc=system cxxstd=$CXXSTD ^[email protected] \
^[email protected]"
CMAKE_FLAGS: "-DPIKA_WITH_CXX_STANDARD=$CXXSTD -DPIKA_WITH_MALLOC=system
-DPIKA_WITH_SPINLOCK_DEADLOCK_DETECTION=ON"
-DPIKA_WITH_SPINLOCK_DEADLOCK_DETECTION=ON -DCMAKE_CXX_CLANG_TIDY=clang-tidy"

clang18_spack_compiler_image:
extends:
Expand Down

0 comments on commit 87c495d

Please sign in to comment.