Skip to content
Snippets Groups Projects
Commit 65f950b4 authored by Jens Georg's avatar Jens Georg
Browse files

cppcheck: Remove label restriction

parent 9fe9ff38
No related branches found
No related tags found
No related merge requests found
......@@ -78,7 +78,7 @@ def doAnalysis(String label, String buildType) {
doBuilddirArtefact(label, buildType)
// Run cppcheck only for focal-debug
if((!env.DISABLE_CPPCHECK || env.DISABLE_CPPCHECK == '') && label == 'focal') {
if((!env.DISABLE_CPPCHECK || env.DISABLE_CPPCHECK == '')) {
doCppcheck(label, buildType)
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment