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
f3c79d39
Commit
f3c79d39
authored
Aug 14, 2023
by
Samir Halilcevic
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add autobahn-testsuite docker image to Jenkins
parent
16b40d40
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
19 additions
and
0 deletions
+19
-0
.ci/autobahn-testsuite/Dockerfile
.ci/autobahn-testsuite/Dockerfile
+3
-0
Jenkinsfile
Jenkinsfile
+16
-0
No files found.
.ci/autobahn-testsuite/Dockerfile
0 → 100644
View file @
f3c79d39
FROM
crossbario/autobahn-testsuite:latest
RUN
pip
install
cmake
Jenkinsfile
View file @
f3c79d39
...
...
@@ -146,6 +146,22 @@ config = [
'LDFLAGS=-fno-sanitize-recover=undefined'
,
],
]],
[
'autobahn-testsuite'
,
[
numCores:
4
,
tags:
[
'docker'
],
builds:
[
'release'
],
extraBuildFlags:
[
'BUILD_SHARED_LIBS:BOOL=OFF'
,
'CAF_ENABLE_EXAMPLES:BOOL=OFF'
,
'CAF_ENABLE_IO_MODULE:BOOL=OFF'
,
'CAF_ENABLE_IO_TOOLS:BOOL=OFF'
,
'CMAKE_CXX_FLAGS:STRING=-Werror'
,
],
extraBuildEnv:
[
'CXXFLAGS=-fno-sanitize-recover=undefined -D_GLIBCXX_DEBUG'
,
'LDFLAGS=-fno-sanitize-recover=undefined'
,
],
]],
],
]
...
...
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