New builds

This commit is contained in:
retropikzel 2026-07-22 21:19:23 +03:00
parent fd7e43de70
commit 42c81ad668
2 changed files with 7 additions and 2 deletions

3
Jenkinsfile vendored
View File

@ -26,7 +26,8 @@ pipeline {
} }
stage('tap') { stage('tap') {
catchError(buildResult: 'SUCCESS', stageResult: 'FAILURE') { 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'
} }
} }
} }

View File

@ -6,7 +6,11 @@
"snow-chibi install retropikzel.compile-r7rs")) "snow-chibi install retropikzel.compile-r7rs"))
(tap (tap
(lambda (scheme) (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) (map (lambda (scheme)
`((name ,scheme) `((name ,scheme)