Fixing Jenkins tests
This commit is contained in:
parent
955d06d3bf
commit
fc6b973deb
|
|
@ -15,6 +15,6 @@ RUN apt-get update && apt-get install -y \
|
||||||
RUN chicken-install r7rs
|
RUN chicken-install r7rs
|
||||||
RUN git clone https://gitea.scheme.org/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
|
RUN cd compile-r7rs && make && make install
|
||||||
ARG COMPILE_R7RS=chibi
|
ARG SCHEME=chibi
|
||||||
ENV COMPILE_R7RS=${SCHEME}
|
ENV COMPILE_R7RS=${SCHEME}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue