Updating tests
This commit is contained in:
parent
1b91f4d409
commit
666de156ac
|
|
@ -12,11 +12,14 @@ pipeline {
|
|||
buildDiscarder(logRotator(numToKeepStr: '10', artifactNumToKeepStr: '10'))
|
||||
}
|
||||
|
||||
parameters {
|
||||
string(name: 'SCHEMES', defaultValue: 'chibi chicken gauche kawa racket sagittarius stklos', description: '')
|
||||
}
|
||||
|
||||
stages {
|
||||
stage('Tests x86_64 Debian') {
|
||||
steps {
|
||||
script {
|
||||
def schemes = sh(script: 'docker run -t retropikzel1/compile-r7rs sh -c "compile-r7rs --list-r7rs-schemes"', returnStdout: true)
|
||||
schemes.split().each { SCHEME ->
|
||||
stage("${SCHEME}") {
|
||||
catchError(buildResult: 'SUCCESS', stageResult: 'FAILURE') {
|
||||
|
|
|
|||
Loading…
Reference in New Issue