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