Adding more Jenkins tests

This commit is contained in:
retropikzel 2025-06-25 06:48:47 +03:00
parent 059317ea72
commit d3060c98fc
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@ RUN apt-get update && apt-get install -y \
libmbedtls-dev \
markdown
COPY --from=build /usr/local-other /usr/local-other
RUN ln -sf /usr/local/bin/chibi-scheme /usr/local/bin/chibi
RUN rm -rf /usr/local/bin/snow-chibi
ENV PATH=${PATH}:/usr/local-other/bin
RUN git clone https://gitea.scheme.org/Retropikzel/compile-r7rs.git --depth=1