c'mon...
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:44:05 +01:00
parent 5bd613fb57
commit 15bab6ae33

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