This commit is contained in:
parent
15bab6ae33
commit
c37e7022d1
4
automation/Jenkinsfile
vendored
4
automation/Jenkinsfile
vendored
@ -25,8 +25,8 @@ pipeline {
|
|||||||
steps {
|
steps {
|
||||||
dir(BUILDDIR_LINUX) {
|
dir(BUILDDIR_LINUX) {
|
||||||
sh 'cmake ..'
|
sh 'cmake ..'
|
||||||
sh 'cmake --build . -t eive-unittests -j'
|
sh 'cmake --build . -t eive-unittest -j'
|
||||||
sh './eive-unittests'
|
sh './eive-unittest'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user