Commit 8e1ecbfd authored by Dominik Charousset's avatar Dominik Charousset

Fix consistency-check pipeline step

parent fe3984f0
...@@ -133,8 +133,8 @@ pipeline { ...@@ -133,8 +133,8 @@ pipeline {
buildDir: 'build', buildDir: 'build',
installation: 'cmake in search path', installation: 'cmake in search path',
sourceDir: '.', sourceDir: '.',
cmakeArgs: '-DCAF_ENABLE_IO_MODULE:BOOL=OFF ' + cmakeArgs: '-DCAF_INC_ENABLE_STANDALONE_BUILD:BOOL=ON ' +
'-DCAF_ENABLE_UTILITY_TARGETS:BOOL=ON', '-DCAF_INC_ENABLE_UTILITY_TARGETS:BOOL=ON',
steps: [[ steps: [[
args: '--target consistency-check', args: '--target consistency-check',
withCmake: true, withCmake: true,
......
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