new cmake options for CICD build

This commit is contained in:
2022-05-09 15:26:38 +02:00
parent fe1c51ae6d
commit 39b7976056
4 changed files with 9 additions and 2 deletions

View File

@ -14,7 +14,7 @@ pipeline {
stage('Configure') {
steps {
dir(BUILDDIR) {
sh 'cmake -DFSFW_OSAL=host -DFSFW_BUILD_UNITTESTS=ON ..'
sh 'cmake -DFSFW_OSAL=host -DFSFW_BUILD_UNITTESTS=ON -DFSFW_CICD_BUILD=ON ..'
}
}
}