From 771f93eca5a6bbe3a962ce81014f28e534d325b6 Mon Sep 17 00:00:00 2001 From: retropikzel Date: Fri, 28 Feb 2025 13:03:23 +0200 Subject: [PATCH] Simplifying testing --- build.scm | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/build.scm b/build.scm index c3d8542..9073afe 100644 --- a/build.scm +++ b/build.scm @@ -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