Commit c2012531 authored by Dominik Charousset's avatar Dominik Charousset

Add static build to CI pipeline

parent d7f70e99
...@@ -79,6 +79,15 @@ config = [ ...@@ -79,6 +79,15 @@ config = [
'CMAKE_CXX_FLAGS:STRING=-fno-exceptions', 'CMAKE_CXX_FLAGS:STRING=-fno-exceptions',
], ],
]], ]],
// One extra debug build with static libraries.
['debian-10', [
numCores: 4,
tags: ['docker'],
builds: ['debug', 'release'],
extraDebugFlags: [
'BUILD_SHARED_LIBS:BOOL=OFF',
],
]],
// Other UNIX systems. // Other UNIX systems.
['macOS', [ ['macOS', [
numCores: 4, numCores: 4,
......
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