v1.9.0 #175

Merged
muellerr merged 623 commits from develop into main 2022-03-08 10:32:41 +01:00
Showing only changes of commit 54e3b99708 - Show all commits

View File

@ -25,9 +25,8 @@ pipeline {
steps {
dir(BUILDDIR_LINUX) {
sh 'cmake ..'
//to be used when unittests are merged...
//sh 'cmake --build -t eive-unittests . -j'
//sh './eive-unittests'
sh 'cmake --build -t eive-unittests . -j'
sh './eive-unittests'
}
}
}