CI/CD: updated, researched other CI/CD implementations
Lint & Format (JS/TS) / lint-format (pull_request) Successful in 16s
Python / lint-format (pull_request) Successful in 31s
Python / test (pull_request) Successful in 44s
C++ / build (pull_request) Successful in 2m18s
Lint & Format (Rust) / lint-format (pull_request) Successful in 1m47s

This commit is contained in:
2026-06-30 04:02:22 +02:00
parent 25e1610e2b
commit b8f79c51ae
+3 -3
View File
@@ -26,7 +26,7 @@ jobs:
- name: clang-tidy
continue-on-error: true
run: |
sed -i 's/-mno-direct-extern-access //g' build/compile_commands.json
set -o pipefail
run-clang-tidy -p build -j $(nproc) -header-filter="Plugins/.*" \
-extra-arg=-Wno-unknown-argument 2>&1 | \
grep -v 'Suppressed\|non-user\|non-system\|Found compiler error'
run-clang-tidy -p build -j $(nproc) -header-filter="Plugins/.*" 2>&1 | \
grep -v 'Suppressed\|non-user\|non-system\|unknown argument.*mno-direct\|Found compiler error'