Adding Catch2 for unittests, reworked CI #165

Merged
muellerr merged 28 commits from mohr/catch2 into develop 2022-03-03 13:34:24 +01:00
Showing only changes of commit c37e7022d1 - Show all commits

View File

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