lets check this out
This commit is contained in:
parent
7285dd6bac
commit
e925b8595c
2
automation/Jenkinsfile
vendored
2
automation/Jenkinsfile
vendored
@ -90,6 +90,7 @@ pipeline {
|
||||
branch 'development'
|
||||
}
|
||||
steps {
|
||||
sh 'pip install -r docs/requirements.txt'
|
||||
dir(DOCDDIR) {
|
||||
sh 'cmake -DFSFW_BUILD_DOCS=ON -DFSFW_OSAL=host ..'
|
||||
sh 'make Sphinx'
|
||||
@ -109,6 +110,7 @@ pipeline {
|
||||
branch 'master'
|
||||
}
|
||||
steps {
|
||||
sh 'pip install -r docs/requirements.txt'
|
||||
dir(DOCDDIR) {
|
||||
sh 'cmake -DFSFW_BUILD_DOCS=ON -DFSFW_OSAL=host ..'
|
||||
sh 'make Sphinx'
|
||||
|
Loading…
Reference in New Issue
Block a user