Test most libraries on latest docker tags

This commit is contained in:
retropikzel 2026-07-04 16:39:01 +03:00
parent 01516b60d8
commit 95bcbe4f8a
1 changed files with 14 additions and 1 deletions

View File

@ -2,7 +2,8 @@
SCHEME=chibi
RNRS=r7rs
LIBRARY=ctrf
VENV=venv-${SCHEME}-${RNRS}-${LIBRARY}
DOCKER_TAG=head
AUTHOR=retropikzel
PKG=${AUTHOR}-${LIBRARY}-${VERSION}.tgz
tmpdir=.tmp/${SCHEME}/${LIBRARY}
@ -18,7 +19,19 @@ ifeq "${RNRS}" "r6rs"
SFX=sps
endif
ifeq "${SCHEME}" "capyscheme"
DOCKER_TAG=head
endif
ifeq "${SCHEME}" "chibi"
DOCKER_TAG=head
endif
ifeq "${SCHEME}" "chicken"
DOCKER_TAG=head
endif
ifeq "${SCHEME}" "gauche"
DOCKER_TAG=head
endif
all: package