v6.0.0 #729

Merged
mohr merged 668 commits from development into master 2023-02-23 13:42:49 +01:00
1 changed files with 2 additions and 1 deletions
Showing only changes of commit ecf51b2913 - Show all commits

View File

@ -4,7 +4,7 @@ pipeline {
DOCDDIR = 'cmake-build-documentation'
}
agent {
docker { image 'fsfw-ci:d4'}
docker { image 'fsfw-ci:d5'}
}
stages {
stage('Clean') {
@ -42,6 +42,7 @@ pipeline {
}
stage('Documentation') {
steps {
echo env.BRANCH_NAME
dir(DOCDDIR) {
sh 'cmake -DFSFW_BUILD_DOCS=ON -DFSFW_OSAL=host ..'
sh 'make Sphinx'