Commit 3cc4b6fe authored by Dominik Charousset's avatar Dominik Charousset Committed by Joseph Noir

Fix CMake flags for gcovr build

parent b9b93243
...@@ -48,7 +48,9 @@ buildMatrix = [ ...@@ -48,7 +48,9 @@ buildMatrix = [
]], ]],
// Additional debug build with coverage. // Additional debug build with coverage.
['Linux', [ ['Linux', [
cmakeArgs: '-D CAF_ENABLE_GCOV:BOOL=yes', cmakeArgs: '-D CAF_ENABLE_GCOV:BOOL=yes '
+ '-D CAF_NO_EXCEPTIONS:BOOL=yes '
+ '-D CAF_FORCE_NO_EXCEPTIONS:BOOL=yes',
builds: ['debug'], builds: ['debug'],
tools: ['gcovr'], tools: ['gcovr'],
extraSteps: ['coverageReport'], extraSteps: ['coverageReport'],
...@@ -252,3 +254,4 @@ pipeline { ...@@ -252,3 +254,4 @@ pipeline {
} }
} }
} }
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment