[education/rkward] /: Less noise
Thomas Friedrichsmeier
null at kde.org
Sun Sep 21 20:45:24 BST 2025
Git commit 22d471cc00bcb8a62d15be068b574743fa83d364 by Thomas Friedrichsmeier.
Committed on 21/09/2025 at 19:36.
Pushed by tfry into branch 'master'.
Less noise
M +2 -1 .gitlab-ci.yml
https://invent.kde.org/education/rkward/-/commit/22d471cc00bcb8a62d15be068b574743fa83d364
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 5e23cb4b3..9eaa95bda 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -55,7 +55,8 @@ build_clazy_stable:
- export LC_ALL=C.UTF-8
- mkdir -p build && cd build
- cmake -G Ninja ..
- - CLAZY_IGNORE_DIRS="3rdparty" ninja -j 5 > >(tee make.output) 2> >(tee make.error)
+ - ninja kdsingleapplication # build first, to ignore all (not just clazy) warnings, in 3rdparty code
+ - CLAZY_IGNORE_DIRS="3rdparty" ninja > >(tee make.output) 2> >(tee make.error)
artifacts:
paths:
- build/make.output
More information about the rkward-tracker
mailing list