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

Drop GCC < 7

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