argh
Some checks failed
EIVE/eive-obsw/pipeline/head There was a failure building this commit

This commit is contained in:
Ulrich Mohr 2022-02-18 11:47:42 +01:00
parent 15bab6ae33
commit c37e7022d1

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