Making tests run in Jenkins

This commit is contained in:
retropikzel 2025-06-03 18:21:58 +03:00
parent 216073f884
commit 08af8d7904
1 changed files with 2 additions and 1 deletions

View File

@ -18,6 +18,7 @@ RUN apt-get update && apt-get install -y \
libmbedtls-dev
COPY --from=build /usr/local-other/ /usr/local-other/
ENV PATH=${PATH}:/usr/local-other/bin
RUN git clone https://github.com/Retropikzel/compile-r7rs.git --depth=1
#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 cd compile-r7rs && make && make install