lets check this out
Some checks are pending
fsfw/fsfw/pipeline/pr-development Build queued...
fsfw/fsfw/pipeline/head This commit looks good

This commit is contained in:
Robin Müller 2023-10-25 11:04:19 +02:00
parent 7285dd6bac
commit e925b8595c
Signed by: muellerr
GPG Key ID: A649FB78196E3849

View File

@ -90,6 +90,7 @@ pipeline {
branch 'development' branch 'development'
} }
steps { steps {
sh 'pip install -r docs/requirements.txt'
dir(DOCDDIR) { dir(DOCDDIR) {
sh 'cmake -DFSFW_BUILD_DOCS=ON -DFSFW_OSAL=host ..' sh 'cmake -DFSFW_BUILD_DOCS=ON -DFSFW_OSAL=host ..'
sh 'make Sphinx' sh 'make Sphinx'
@ -109,6 +110,7 @@ pipeline {
branch 'master' branch 'master'
} }
steps { steps {
sh 'pip install -r docs/requirements.txt'
dir(DOCDDIR) { dir(DOCDDIR) {
sh 'cmake -DFSFW_BUILD_DOCS=ON -DFSFW_OSAL=host ..' sh 'cmake -DFSFW_BUILD_DOCS=ON -DFSFW_OSAL=host ..'
sh 'make Sphinx' sh 'make Sphinx'