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
c9078950
Unverified
Commit
c9078950
authored
Jun 14, 2023
by
Dominik Charousset
Committed by
GitHub
Jun 14, 2023
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1433
Tag debug builds on Jenkins with more context
parents
b3b66463
186e67dd
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
+8
-8
Jenkinsfile
Jenkinsfile
+8
-8
No files found.
Jenkinsfile
View file @
c9078950
...
...
@@ -13,7 +13,7 @@ config = [
'build'
,
'tests'
,
],
// Default CMake flags
by build type
.
// Default CMake flags
the builds
.
buildFlags:
[
'CAF_ENABLE_ACTOR_PROFILER:BOOL=ON'
,
'CAF_ENABLE_EXAMPLES:BOOL=ON'
,
...
...
@@ -21,7 +21,7 @@ config = [
],
// Our build matrix. Keys are the operating system labels and values are build configurations.
buildMatrix:
[
//
Various Linux
builds.
//
Release
builds.
[
'almalinux-8'
,
[
// EOL: June 2029
numCores:
4
,
tags:
[
'docker'
],
...
...
@@ -62,8 +62,8 @@ config = [
tags:
[
'docker'
],
builds:
[
'release'
],
]],
//
Extra d
ebug build with exceptions disabled.
[
'fedora-38'
,
[
//
D
ebug build with exceptions disabled.
[
'fedora-38
:no-exceptions
'
,
[
numCores:
4
,
tags:
[
'docker'
],
builds:
[
'debug'
],
...
...
@@ -74,8 +74,8 @@ config = [
'CMAKE_CXX_FLAGS:STRING=-fno-exceptions'
,
],
]],
//
Extra debug build for leak checking
.
[
'fedora-38'
,
[
//
Debug build for LeakSanitizer
.
[
'fedora-38
:leak-checks
'
,
[
numCores:
4
,
tags:
[
'docker'
,
'LeakSanitizer'
],
builds:
[
'debug'
],
...
...
@@ -88,8 +88,8 @@ config = [
'ASAN_OPTIONS=detect_leaks=1'
,
],
]],
//
Extra d
ebug build with static libs, UBSan and hardening flags.
[
'fedora-38'
,
[
//
D
ebug build with static libs, UBSan and hardening flags.
[
'fedora-38
:ub-checks
'
,
[
numCores:
4
,
tags:
[
'docker'
,
'UBSanitizer'
],
builds:
[
'debug'
],
...
...
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