Commit 4a1324ae authored by Dominik Charousset's avatar Dominik Charousset

Add Debian to the build matrix

parent 64c40959
......@@ -39,6 +39,16 @@ config = [
builds: ['debug', 'release'],
extraDebugFlags: ['CAF_SANITIZERS:STRING=address,undefined'],
]],
['debian-9', [
numCores: 4,
tags: ['docker'],
builds: ['debug', 'release'],
]],
['debian-10', [
numCores: 4,
tags: ['docker'],
builds: ['debug', 'release'],
]],
['ubuntu-16.04', [
numCores: 4,
tags: ['docker'],
......
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