Move HAL and Tests folder #653

Merged
muellerr merged 8 commits from mueller/move-hal-tests-folder into development 2022-07-18 15:05:26 +02:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 6e5239e9a0 - Show all commits

View File

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