Do not test with Guile or mit-scheme on Jenkins
This commit is contained in:
parent
92ca74ad0c
commit
3e69388c17
|
|
@ -28,7 +28,7 @@ pipeline {
|
||||||
|
|
||||||
environment {
|
environment {
|
||||||
R6RS_SCHEMES='capyscheme chezscheme guile ikarus ironscheme loko mosh racket sagittarius ypsilon'
|
R6RS_SCHEMES='capyscheme chezscheme guile ikarus ironscheme loko mosh racket sagittarius ypsilon'
|
||||||
R7RS_SCHEMES='capyscheme chibi chicken cyclone foment gauche gambit guile kawa loko meevax mit-scheme mosh racket sagittarius skint stklos tr7 ypsilon'
|
R7RS_SCHEMES='capyscheme chibi chicken cyclone foment gauche gambit kawa loko meevax mosh racket sagittarius skint stklos tr7 ypsilon'
|
||||||
LIBRARIES='tap ctrf mouth string url-encoding leb128 hardware-info'
|
LIBRARIES='tap ctrf mouth string url-encoding leb128 hardware-info'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
2
Makefile
2
Makefile
|
|
@ -63,7 +63,7 @@ test: testfiles
|
||||||
cd ${tmpdir} && ./test-program
|
cd ${tmpdir} && ./test-program
|
||||||
|
|
||||||
test-docker: testfiles
|
test-docker: testfiles
|
||||||
SNOW_PACKAGES="srfi.64 ${PKG}" \
|
SNOW_PACKAGES="srfi.64 srfi.180 ${PKG}" \
|
||||||
APT_PACKAGES="libcurl4-openssl-dev" \
|
APT_PACKAGES="libcurl4-openssl-dev" \
|
||||||
AKKU_PACKAGES="akku-r7rs" \
|
AKKU_PACKAGES="akku-r7rs" \
|
||||||
DOCKER_TAG=${DOCKER_TAG} \
|
DOCKER_TAG=${DOCKER_TAG} \
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,6 @@
|
||||||
(define ctrf-runner
|
(define-syntax ctrf-runner
|
||||||
(lambda ()
|
(syntax-rules ()
|
||||||
|
((_)
|
||||||
(let ((any->string
|
(let ((any->string
|
||||||
(lambda (any)
|
(lambda (any)
|
||||||
(let ((port (open-output-string)))
|
(let ((port (open-output-string)))
|
||||||
|
|
@ -120,4 +121,4 @@
|
||||||
(newline (current-output-port))
|
(newline (current-output-port))
|
||||||
;(exit (+ fail xfail))
|
;(exit (+ fail xfail))
|
||||||
)))
|
)))
|
||||||
runner)))
|
runner))))
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
1.2.1
|
1.2.2
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue