Commit 8b762faa authored by Hauke Goldhammer's avatar Hauke Goldhammer

Add a build for all examples to CI

parent 2032e9a7
...@@ -107,6 +107,18 @@ config = [ ...@@ -107,6 +107,18 @@ config = [
'LDFLAGS=-fno-sanitize-recover=undefined', 'LDFLAGS=-fno-sanitize-recover=undefined',
], ],
]], ]],
// One extra debug build with all examples.
['fedora-32', [
numCores: 4,
tags: ['docker'],
builds: ['debug'],
extraBuildFlags: [
'CAF_ENABLE_EXAMPLES:BOOL=ON',
'CAF_ENABLE_QT5_EXAMPLES:BOOL=ON',
'CAF_ENABLE_CURL_EXAMPLES:BOOL=ON',
'CAF_ENABLE_PROTOBUF_EXAMPLES:BOOL=ON',
],
]],
// 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