Skip to content

Commit

Permalink
clang-tidy warning as errors
Browse files Browse the repository at this point in the history
  • Loading branch information
masterleinad committed Jan 22, 2024
1 parent cc58ade commit 231fc47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .jenkins/continuous.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ pipeline {
-D CMAKE_CXX_COMPILER=clang++ \
-D CMAKE_CXX_EXTENSIONS=OFF \
-D CMAKE_CXX_FLAGS="-Wpedantic -Wall -Wextra" \
-D CMAKE_CXX_CLANG_TIDY="$LLVM_DIR/bin/clang-tidy" \
-D CMAKE_CXX_CLANG_TIDY="$LLVM_DIR/bin/clang-tidy;-warnings-as-errors=*" \
-D CMAKE_PREFIX_PATH="$KOKKOS_DIR;$BOOST_DIR;$BENCHMARK_DIR" \
-D ARBORX_ENABLE_MPI=ON \
-D MPIEXEC_PREFLAGS="--allow-run-as-root" \
Expand Down

0 comments on commit 231fc47

Please sign in to comment.