Fixing tests

This commit is contained in:
retropikzel 2026-06-28 09:06:30 +03:00
parent d26853dfad
commit 975f685b0a
2 changed files with 2 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -60,7 +60,7 @@ pipeline {
env.R7RS_SCHEMES.split().each { SCHEME ->
stage("${SCHEME} ${SRFI}") {
catchError(buildResult: 'SUCCESS', stageResult: 'FAILURE') {
sh "make SCHEME=${SCHEME} SRFI=${SRFI} RNRS=r6rs test-docker"
sh "make SCHEME=${SCHEME} SRFI=${SRFI} RNRS=r7rs test-docker"
}
}
}

View File

@ -56,6 +56,7 @@ test-docker: testfiles
cd .tmp && \
DOCKER_TAG=${DOCKER_TAG} \
SNOW_PACKAGES="srfi.64 ${PKG}" \
AKKU_PACKAGES="akku-r7rs chez-srfi" \
APT_PACKAGES="libcurl4-openssl-dev" \
COMPILE_R7RS=${SCHEME} \
TEST_R7RS_DEBUG=1 \