Commit 8dd5dc0d authored by Dominik Charousset's avatar Dominik Charousset

Remove nodes with CMake < 3.13.5 from build matrix

parent af231735
...@@ -29,22 +29,10 @@ config = [ ...@@ -29,22 +29,10 @@ config = [
// 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: [
// Various Linux builds for debug and release. // Various Linux builds for debug and release.
['centos-6', [
builds: ['debug', 'release'],
tools: ['gcc-7'],
]],
['centos-7', [ ['centos-7', [
builds: ['debug', 'release'], builds: ['debug', 'release'],
tools: ['gcc-7'], tools: ['gcc-7'],
]], ]],
['ubuntu-16.04', [
builds: ['debug', 'release'],
tools: ['clang-4'],
]],
['ubuntu-18.04', [
builds: ['debug', 'release'],
tools: ['gcc-7'],
]],
// On Fedora 28, our debug build also produces the coverage report. // On Fedora 28, our debug build also produces the coverage report.
['fedora-28', [ ['fedora-28', [
builds: ['debug'], builds: ['debug'],
......
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