From 42c81ad668fbd017002956b749031638427fcb08 Mon Sep 17 00:00:00 2001 From: retropikzel Date: Wed, 22 Jul 2026 21:19:23 +0300 Subject: [PATCH] New builds --- Jenkinsfile | 3 ++- makings.scm | 6 +++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index a12d2cb..cda188a 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -26,7 +26,8 @@ pipeline { } stage('tap') { catchError(buildResult: 'SUCCESS', stageResult: 'FAILURE') { - sh 'COMPILE_R7RS=chibi compile-r7rs ' + sh 'COMPILE_R7RS=chibi compile-r7rs -o tap-test-program retropikzel/tap/test.scm' + sh './tap-test-program' } } } diff --git a/makings.scm b/makings.scm index 87eedbd..4ef748a 100644 --- a/makings.scm +++ b/makings.scm @@ -6,7 +6,11 @@ "snow-chibi install retropikzel.compile-r7rs")) (tap (lambda (scheme) - (list (string-append "COMPILE_R7RS=" scheme " compile-r7rs "))))) + (list + (string-append "COMPILE_R7RS=" + scheme + " compile-r7rs -o tap-test-program retropikzel/tap/test.scm") + "./tap-test-program")))) (map (lambda (scheme) `((name ,scheme)