Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
PIM
KAlarm
Commits
e0c14cfe
Commit
e0c14cfe
authored
Jun 06, 2021
by
Laurent Montel
Browse files
GIT_SILENT: add cmake test support + add more build support
parent
3e07b433
Pipeline
#64452
passed with stage
in 16 minutes and 50 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
CMakePresets.json
View file @
e0c14cfe
...
...
@@ -72,14 +72,39 @@
"name"
:
"dev"
,
"configurePreset"
:
"dev"
},
{
"name"
:
"release"
,
"configurePreset"
:
"release"
},
{
"name"
:
"asan"
,
"configurePreset"
:
"asan"
},
{
"name"
:
"unity"
,
"configurePreset"
:
"unity"
},
{
"name"
:
"clazy"
,
"configurePreset"
:
"clazy"
,
"environment"
:
{
"CLAZY_CHECKS"
:
"level0,level1,detaching-member,ifndef-define-typo,isempty-vs-count,qrequiredresult-candidates,reserve-candidates,signal-with-return-value,unneeded-cast,function-args-by-ref,returning-void-expression,no-ctor-missing-parent-argument,isempty-vs-count,qhash-with-char-pointer-key,raw-environment-function,qproperty-type-mismatch,old-style-connect,qstring-allocations,container-inside-loop,heap-allocated-small-trivial-type,inefficient-qlist,qstring-varargs,level2,detaching-member,heap-allocated-small-trivial-type,isempty-vs-count,qstring-varargs,qvariant-template-instantiation,raw-environment-function,reserve-candidates,signal-with-return-value,thread-with-slots,no-ctor-missing-parent-argument,no-missing-typeinfo"
,
"CLAZY_CHECKS"
:
"level0,level1,detaching-member,ifndef-define-typo,isempty-vs-count,qrequiredresult-candidates,reserve-candidates,signal-with-return-value,unneeded-cast,function-args-by-ref,
function-args-by-value,
returning-void-expression,no-ctor-missing-parent-argument,isempty-vs-count,qhash-with-char-pointer-key,raw-environment-function,qproperty-type-mismatch,old-style-connect,qstring-allocations,container-inside-loop,heap-allocated-small-trivial-type,inefficient-qlist,qstring-varargs,level2,detaching-member,heap-allocated-small-trivial-type,isempty-vs-count,qstring-varargs,qvariant-template-instantiation,raw-environment-function,reserve-candidates,signal-with-return-value,thread-with-slots,no-ctor-missing-parent-argument,no-missing-typeinfo"
,
"CCACHE_DISABLE"
:
"ON"
}
}
],
"testPresets"
:
[
{
"name"
:
"dev"
,
"configurePreset"
:
"dev"
,
"output"
:
{
"outputOnFailure"
:
true
},
"execution"
:
{
"noTestsAction"
:
"error"
,
"stopOnFailure"
:
false
}
},
{
"name"
:
"asan"
,
"configurePreset"
:
"asan"
,
"output"
:
{
"outputOnFailure"
:
true
},
"execution"
:
{
"noTestsAction"
:
"error"
,
"stopOnFailure"
:
true
}
}
]
}
David Jarvie
@djarvie
mentioned in commit
952dd6dd
·
Jun 07, 2021
mentioned in commit
952dd6dd
mentioned in commit 952dd6dd2aeacc1746f384778ab5c5d6914ce4ac
Toggle commit list
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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