This commit is contained in:
parent
5bd613fb57
commit
15bab6ae33
2
automation/Jenkinsfile
vendored
2
automation/Jenkinsfile
vendored
@ -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'
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user