Merge CI from 3.4

This commit is contained in:
Antonio Sanchez
2025-02-25 21:23:42 -08:00
parent 109935bfce
commit 2e708d48ca
23 changed files with 1638 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
checkformat:clangformat:
stage: checkformat
image: alpine:3.19
only:
- merge_requests
allow_failure: true
before_script:
- apk add --no-cache git clang17-extra-tools python3
script:
- git clang-format --diff --commit ${CI_MERGE_REQUEST_DIFF_BASE_SHA}