Commit 1a54b9d7 authored by Dominik Charousset's avatar Dominik Charousset

Disable coverage until further investigation

parent 4f62cd4c
...@@ -22,7 +22,7 @@ config = [ ...@@ -22,7 +22,7 @@ config = [
'build', 'build',
'style', 'style',
'tests', 'tests',
'coverage', // 'coverage', TODO: fix kcov setup
], ],
// Our build matrix. Keys are the operating system labels and values are build configurations. // Our build matrix. Keys are the operating system labels and values are build configurations.
buildMatrix: [ buildMatrix: [
...@@ -49,7 +49,7 @@ config = [ ...@@ -49,7 +49,7 @@ config = [
['fedora-28', [ ['fedora-28', [
builds: ['debug'], builds: ['debug'],
tools: ['gcc-8'], tools: ['gcc-8'],
extraSteps: ['coverageReport'], // extraSteps: ['coverageReport'], TODO: fix kcov setup
extraFlags: ['BUILD_SHARED_LIBS:BOOL=OFF'], extraFlags: ['BUILD_SHARED_LIBS:BOOL=OFF'],
]], ]],
['fedora-28', [ ['fedora-28', [
......
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