Fixing Jenkins tests
This commit is contained in:
parent
e7887fbc95
commit
6662b247db
|
|
@ -1,7 +1,7 @@
|
||||||
ARG SCHEME=chibi
|
ARG SCHEME=chibi
|
||||||
FROM schemers/chicken AS build
|
FROM schemers/chicken AS build
|
||||||
RUN apt-get update && apt-get install -y git make
|
RUN apt-get update && apt-get install -y git make
|
||||||
RUN git clone https://gitea.scheme.org/Retropikzel/compile-r7rs.git --depth=1
|
RUN git clone https://github.com/Retropikzel/compile-r7rs.git --depth=1
|
||||||
RUN cd compile-r7rs && make && make install
|
RUN cd compile-r7rs && make && make install
|
||||||
|
|
||||||
ARG SCHEME=chibi
|
ARG SCHEME=chibi
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
ARG SCHEME=chibi
|
ARG SCHEME=chibi
|
||||||
FROM schemers/chicken AS build
|
FROM schemers/chicken AS build
|
||||||
RUN apt-get update && apt-get install -y git make
|
RUN apt-get update && apt-get install -y git make
|
||||||
RUN git clone https://gitea.scheme.org/Retropikzel/compile-r7rs.git --depth=1
|
RUN git clone https://github.com/Retropikzel/compile-r7rs.git --depth=1
|
||||||
RUN cd compile-r7rs && make && make install
|
RUN cd compile-r7rs && make && make install
|
||||||
|
|
||||||
ARG SCHEME=chibi
|
ARG SCHEME=chibi
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue