Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C++ Abschlussprojekt
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Leon Niklas Lux
C++ Abschlussprojekt
Commits
1944bca9
Unverified
Commit
1944bca9
authored
3 months ago
by
Leon Niklas Lux
Committed by
Leon Lux
3 months ago
Browse files
Options
Downloads
Patches
Plain Diff
Hoffentlich Fix für die CI Pipeline
parent
670d53f3
No related branches found
No related tags found
1 merge request
!55
Abgabe des Projektes
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab/ci/code-quality-ci.yml
+2
-3
2 additions, 3 deletions
.gitlab/ci/code-quality-ci.yml
with
2 additions
and
3 deletions
.gitlab/ci/code-quality-ci.yml
+
2
−
3
View file @
1944bca9
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment