Simplifying testing

This commit is contained in:
retropikzel 2025-02-28 13:03:23 +02:00
parent b08f0c54a7
commit 771f93eca5
1 changed files with 14 additions and 14 deletions

View File

@ -20,33 +20,33 @@
(define script-implementations
(vector "chibi"
"chicken"
"cyclone"
"gambit"
"gauche"
;"gauche-wine" TODO
"gerbil"
;"cyclone"
;"gambit"
;"gauche"
;"gauche-wine"
;"gerbil"
"guile"
"kawa"
;"meevax" TODO
;"meevax"
"mosh"
"racket"
"racket-wine"
;"racket-wine"
"sagittarius"
;"sagittarius-wine" TODO
;"sagittarius-wine"
"stklos"
"skint"
"tr7i"
;"skint"
;"tr7i"
"ypsilon"))
(define compiler-implementations
(vector "chicken"
"cyclone"
"gambit"
"gauche"
"gerbil"
;"gambit"
;"gauche"
;"gerbil"
"kawa"
"racket"
;"racket-wine" TODO
;"racket-wine"
))
;; Jenkinsfile