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 (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