Simplifying testing
This commit is contained in:
parent
b08f0c54a7
commit
771f93eca5
28
build.scm
28
build.scm
|
|
@ -20,33 +20,33 @@
|
||||||
(define script-implementations
|
(define script-implementations
|
||||||
(vector "chibi"
|
(vector "chibi"
|
||||||
"chicken"
|
"chicken"
|
||||||
"cyclone"
|
;"cyclone"
|
||||||
"gambit"
|
;"gambit"
|
||||||
"gauche"
|
;"gauche"
|
||||||
;"gauche-wine" TODO
|
;"gauche-wine"
|
||||||
"gerbil"
|
;"gerbil"
|
||||||
"guile"
|
"guile"
|
||||||
"kawa"
|
"kawa"
|
||||||
;"meevax" TODO
|
;"meevax"
|
||||||
"mosh"
|
"mosh"
|
||||||
"racket"
|
"racket"
|
||||||
"racket-wine"
|
;"racket-wine"
|
||||||
"sagittarius"
|
"sagittarius"
|
||||||
;"sagittarius-wine" TODO
|
;"sagittarius-wine"
|
||||||
"stklos"
|
"stklos"
|
||||||
"skint"
|
;"skint"
|
||||||
"tr7i"
|
;"tr7i"
|
||||||
"ypsilon"))
|
"ypsilon"))
|
||||||
|
|
||||||
(define compiler-implementations
|
(define compiler-implementations
|
||||||
(vector "chicken"
|
(vector "chicken"
|
||||||
"cyclone"
|
"cyclone"
|
||||||
"gambit"
|
;"gambit"
|
||||||
"gauche"
|
;"gauche"
|
||||||
"gerbil"
|
;"gerbil"
|
||||||
"kawa"
|
"kawa"
|
||||||
"racket"
|
"racket"
|
||||||
;"racket-wine" TODO
|
;"racket-wine"
|
||||||
))
|
))
|
||||||
|
|
||||||
;; Jenkinsfile
|
;; Jenkinsfile
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue