Fixing tests
This commit is contained in:
parent
de0a71a828
commit
e538f89251
|
|
@ -3,6 +3,6 @@ RUN apt-get update && apt-get install -y \
|
|||
gcc ca-certificates libffi-dev docker.io make curl
|
||||
RUN git clone https://github.com/ashinn/chibi-scheme.git --depth=1 \
|
||||
&& cd chibi-scheme \
|
||||
&& chibi-scheme \
|
||||
&& chibi-scheme install
|
||||
RUN snow-chibi install --impls=chibi retropikzel.test-r7rs
|
||||
&& make \
|
||||
&& make install
|
||||
RUN snow-chibi install --use-curl --impls=chibi retropikzel.test-r7rs
|
||||
|
|
|
|||
Loading…
Reference in New Issue