Skip to content

Commit

Permalink
Add new docker images to Jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
jakobod committed Sep 25, 2020
1 parent ab43a93 commit c28e5a4
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions Jenkinsfile
Expand Up @@ -39,6 +39,12 @@ config = [
builds: ['debug', 'release'],
extraDebugFlags: ['CAF_SANITIZERS:STRING=address,undefined'],
]],
['centos-8', [
numCores: 4,
tags: ['docker'],
builds: ['debug', 'release'],
extraDebugFlags: ['CAF_SANITIZERS:STRING=address,undefined'],
]],
['debian-9', [
numCores: 4,
tags: ['docker'],
Expand All @@ -59,6 +65,11 @@ config = [
tags: ['docker'],
builds: ['debug', 'release'],
]],
['ubuntu-20.04', [
numCores: 4,
tags: ['docker'],
builds: ['debug', 'release'],
]],
['fedora-30', [
numCores: 4,
tags: ['docker'],
Expand All @@ -69,6 +80,11 @@ config = [
tags: ['docker'],
builds: ['debug', 'release'],
]],
['fedora-32', [
numCores: 4,
tags: ['docker'],
builds: ['debug', 'release'],
]],
// One extra debug build with exceptions disabled.
['centos-7', [
numCores: 4,
Expand Down

0 comments on commit c28e5a4

Please sign in to comment.