Skip to content
Snippets Groups Projects
Commit 858c0482 authored by Andre Sailer's avatar Andre Sailer
Browse files

CI: clang-tidy: is now also c++20

parent d434d27c
No related branches found
No related tags found
No related merge requests found
......@@ -34,7 +34,7 @@ jobs:
-DDD4HEP_USE_XERCESC=ON \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_CXX_FLAGS="-fdiagnostics-color=always" \
-DCMAKE_CXX_STANDARD=17 ..
-DCMAKE_CXX_STANDARD=20 ..
echo "::group::Tidy"
cd ..
HEADER_FILES=$(find */include/* -name "*.h" | grep -v "/detail/\|/src/\|DDGear.h")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment