Adding code for CI with docker and jenkins #520

Merged
mohr merged 4 commits from mohr_ci into development 2021-10-27 20:52:58 +02:00
Showing only changes of commit b02f737418 - Show all commits

View File

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