Updating tests
This commit is contained in:
parent
90e9621f5b
commit
ee8cb5bda3
|
|
@ -24,7 +24,7 @@ pipeline {
|
|||
params.SCHEMES.split().each { SCHEME ->
|
||||
stage("${SCHEME}") {
|
||||
catchError(buildResult: 'SUCCESS', stageResult: 'FAILURE') {
|
||||
sh "package"
|
||||
sh "make package"
|
||||
sh "make SCHEME=${SCHEME} test"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue