jenkins cosmetics

This commit is contained in:
Ulrich Mohr 2021-10-26 20:53:08 +02:00
parent 1923b339e9
commit b02f737418
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ pipeline {
} }
steps { steps {
sh 'rm -rf $BUILDDIR' sh 'rm -rf $BUILDDIR'
dir(env.BUILDDIR) { dir(BUILDDIR) {
sh 'cmake -DFSFW_OSAL=host -DFSFW_BUILD_UNITTESTS=ON ..' sh 'cmake -DFSFW_OSAL=host -DFSFW_BUILD_UNITTESTS=ON ..'
} }
} }