enable unittests in Jenkinsfile
This commit is contained in:
parent
52e420b0be
commit
54e3b99708
5
automation/Jenkinsfile
vendored
5
automation/Jenkinsfile
vendored
@ -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'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user