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 15bab6ae33 - Show all commits

View File

@ -25,7 +25,7 @@ pipeline {
steps {
dir(BUILDDIR_LINUX) {
sh 'cmake ..'
sh 'cmake --build -t eive-unittests . -j'
sh 'cmake --build . -t eive-unittests -j'
sh './eive-unittests'
}
}