Commit 0646c523 authored by Dominik Charousset's avatar Dominik Charousset

Drop GCC < 7

parent f0929877
...@@ -31,7 +31,7 @@ config = [ ...@@ -31,7 +31,7 @@ config = [
buildMatrix: [ buildMatrix: [
['Linux', [ ['Linux', [
builds: ['debug'], builds: ['debug'],
tools: ['gcc4.8', 'gcc4.9', 'gcc5', 'gcc6', 'gcc7'], tools: ['gcc7'],
]], ]],
['Linux', [ ['Linux', [
builds: ['debug'], builds: ['debug'],
...@@ -40,7 +40,7 @@ config = [ ...@@ -40,7 +40,7 @@ config = [
]], ]],
['Linux', [ ['Linux', [
builds: ['release'], builds: ['release'],
tools: ['gcc8', 'clang'], tools: ['gcc8'],
]], ]],
['macOS', [ ['macOS', [
builds: ['debug', 'release'], builds: ['debug', 'release'],
......
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