Improving tests
This commit is contained in:
parent
7f1924f4f7
commit
060c8fc443
|
|
@ -13,11 +13,8 @@ pipeline {
|
||||||
}
|
}
|
||||||
|
|
||||||
parameters {
|
parameters {
|
||||||
//string(name: 'R7RS_SCHEMES', defaultValue: 'chibi chicken gauche guile kawa mosh racket sagittarius stklos ypsilon', description: '')
|
string(name: 'R7RS_SCHEMES', defaultValue: 'chibi chicken gauche guile kawa mosh racket sagittarius stklos ypsilon', description: '')
|
||||||
string(name: 'R7RS_SCHEMES', defaultValue: 'chibi kawa', description: '')
|
string(name: 'R6RS_SCHEMES', defaultValue: 'chezscheme guile ikarus ironscheme mosh racket sagittarius ypsilon', description: '')
|
||||||
//string(name: 'R6RS_SCHEMES', defaultValue: 'chezscheme guile ikarus ironscheme mosh racket sagittarius ypsilon', description: '')
|
|
||||||
string(name: 'R6RS_SCHEMES', defaultValue: 'chezscheme ikarus', description: '')
|
|
||||||
//string(name: 'R6RS_SCHEMES', defaultValue: 'chezscheme', description: '')
|
|
||||||
string(name: 'LIBRARIES', defaultValue: 'system shell', description: '')
|
string(name: 'LIBRARIES', defaultValue: 'system shell', description: '')
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue