Fixing Jenkins tests

This commit is contained in:
retropikzel 2025-07-09 22:49:28 +03:00
parent a1a97b617d
commit 16d9e78eb2
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@ FROM schemers/chicken AS build
RUN apt-get update && apt-get install -y git make
#RUN git clone https://github.com/Retropikzel/compile-r7rs.git --depth=1
RUN git clone https://gitea.scheme.org/Retropikzel/compile-r7rs.git --depth=1
RUN ls
RUN cd compile-r7rs && make && make install
ARG SCHEME=chibi