Skip to content
Snippets Groups Projects
Unverified Commit 1944bca9 authored by Leon Niklas Lux's avatar Leon Niklas Lux Committed by Leon Lux
Browse files

Hoffentlich Fix für die CI Pipeline

parent 670d53f3
No related branches found
No related tags found
1 merge request!55Abgabe des Projektes
......@@ -4,10 +4,9 @@ code-quality:
image: alpine:3.21
stage: analyze
script:
- apk add clang-extra-tools cmake build-base sdl2 sdl2-dev sdl2_image sdl2_image-dev doxygen qt6-qtbase-dev qt6-qttools-dev
- apk add clang-extra-tools cmake build-base sdl2 sdl2-dev sdl2_image sdl2_image-dev doxygen qt6-qtbase-dev qt6-qttools-dev hdf5 hdf5-dev box2d box2d-dev
- cmake -B build -DCMAKE_EXPORT_COMPILE_COMMANDS=ON
- find . \( -name '*.cpp' -o -name '*.hpp' -o -name '*.tcc' \) -exec clang-tidy -p build {} \; | tee clang-tidy.log
- if [ -s clang-tidy.log ]; then exit 1; fi
- find . \( -name '*.cpp' -o -name '*.hpp' \) -not -path "*/3rdparty/*" -exec clang-tidy -p build {} \; | tee clang-tidy.log
artifacts:
paths:
- clang-tidy.log
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment