Fixing testing
This commit is contained in:
parent
71603a2e38
commit
9c6e59bfa3
|
|
@ -108,6 +108,13 @@ pipeline {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
stage('gambit compile') {
|
||||||
|
steps {
|
||||||
|
catchError(buildResult: 'SUCCESS', stageResult: 'FAILURE') {
|
||||||
|
sh 'make SCHEME=gambit test-compile-docker'
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
stage('kawa compile') {
|
stage('kawa compile') {
|
||||||
steps {
|
steps {
|
||||||
catchError(buildResult: 'SUCCESS', stageResult: 'FAILURE') {
|
catchError(buildResult: 'SUCCESS', stageResult: 'FAILURE') {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue