Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
Actor Framework
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
cpp-libs
Actor Framework
Commits
5bef0b1b
Commit
5bef0b1b
authored
Apr 22, 2020
by
Dominik Charousset
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use 4 cores in each build matrix entry
parent
45adc5b6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
0 deletions
+9
-0
Jenkinsfile
Jenkinsfile
+9
-0
No files found.
Jenkinsfile
View file @
5bef0b1b
...
...
@@ -28,33 +28,40 @@ config = [
buildMatrix:
[
// Various Linux builds for debug and release.
[
'centos-6'
,
[
numCores:
4
,
tags:
[
'docker'
],
builds:
[
'debug'
,
'release'
],
extraDebugFlags:
[
'CAF_SANITIZERS:STRING=address,undefined'
],
]],
[
'centos-7'
,
[
numCores:
4
,
tags:
[
'docker'
],
builds:
[
'debug'
,
'release'
],
extraDebugFlags:
[
'CAF_SANITIZERS:STRING=address,undefined'
],
]],
[
'ubuntu-16.04'
,
[
numCores:
4
,
tags:
[
'docker'
],
builds:
[
'debug'
,
'release'
],
]],
[
'ubuntu-18.04'
,
[
numCores:
4
,
tags:
[
'docker'
],
builds:
[
'debug'
,
'release'
],
]],
[
'fedora-30'
,
[
numCores:
4
,
tags:
[
'docker'
],
builds:
[
'debug'
,
'release'
],
]],
[
'fedora-31'
,
[
numCores:
4
,
tags:
[
'docker'
],
builds:
[
'debug'
,
'release'
],
]],
// Other UNIX systems.
[
'macOS'
,
[
numCores:
4
,
builds:
[
'debug'
,
'release'
],
extraFlags:
[
'OPENSSL_ROOT_DIR=/usr/local/opt/openssl'
,
...
...
@@ -63,11 +70,13 @@ config = [
extraDebugFlags:
[
'CAF_SANITIZERS:STRING=address,undefined'
],
]],
[
'FreeBSD'
,
[
numCores:
4
,
builds:
[
'debug'
,
'release'
],
extraDebugFlags:
[
'CAF_SANITIZERS:STRING=address,undefined'
],
]],
// Non-UNIX systems.
[
'Windows'
,
[
numCores:
4
,
// TODO: debug build currently broken
//builds: ['debug', 'release'],
builds:
[
'release'
],
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment