Making the build work
This commit is contained in:
parent
6ae3ee64d5
commit
3fc12871b7
|
@ -90,7 +90,7 @@ pipeline {
|
|||
steps {
|
||||
catchError(buildResult: 'SUCCESS', stageResult: 'FAILURE') {
|
||||
sh 'make && make install'
|
||||
sh 'make test-r7rs'
|
||||
sh 'make test-r6rs'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue