v1.9.0 #175
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…
Reference in New Issue
Block a user