Commit d00fc80e authored by Dominik Charousset's avatar Dominik Charousset

Fix manual build

parent 550db18e
...@@ -236,6 +236,7 @@ pipeline { ...@@ -236,6 +236,7 @@ pipeline {
buildDir: 'build', buildDir: 'build',
installation: 'cmake in search path', installation: 'cmake in search path',
sourceDir: '.', sourceDir: '.',
cmakeArgs: '-DCAF_BUILD_TEX_MANUAL=yes',
steps: [[ steps: [[
args: '--target doc', args: '--target doc',
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