Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Utilities
KDebugSettings
Commits
7e38ab6d
Commit
7e38ab6d
authored
May 09, 2021
by
Nicolás Alvarez
Browse files
gitlab-ci: Use Qt 5.15 in clazy job
We don't support SUSEQt5.14 anymore in the CI system; switch to Qt 5.15.
parent
1dd76413
Pipeline
#61320
passed with stage
in 4 minutes and 55 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
7e38ab6d
...
...
@@ -4,7 +4,7 @@ include:
build_clazy_clang_tidy
:
stage
:
build
image
:
kdeorg/ci-suse-qt51
4
image
:
kdeorg/ci-suse-qt51
5
extends
:
.linux
before_script
:
-
zypper install -y clazy
...
...
@@ -23,5 +23,5 @@ build_clazy_clang_tidy:
-
python3 -u $CI_TOOLING/helpers/compile-build.py --product $PRODUCT --project $PROJECT --branchGroup $BRANCH_GROUP --platform $PLATFORM --usingInstall $INSTALL_PREFIX
-
cd build && run-clang-tidy
variables
:
PLATFORM
:
SUSEQt5.1
4
PLATFORM
:
SUSEQt5.1
5
BRANCH_GROUP
:
kf5-qt5
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment