enable unittests in Jenkinsfile

This commit is contained in:
Ulrich Mohr 2022-02-18 11:38:23 +01:00
parent 52e420b0be
commit 54e3b99708

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'
}
}
}