Commit f3c79d39 authored by Samir Halilcevic's avatar Samir Halilcevic

Add autobahn-testsuite docker image to Jenkins

parent 16b40d40
FROM crossbario/autobahn-testsuite:latest
RUN pip install cmake
......@@ -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',
],
]],
],
]
......
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