Improving tests
This commit is contained in:
parent
b0e768b1b6
commit
ab4d6e8a82
|
|
@ -19,14 +19,12 @@ RUN install compile-r7rs /usr/local/bin/compile-r7rs
|
||||||
RUN mkdir -p /root/.snow && echo "()" > /root/.snow/config.scm
|
RUN mkdir -p /root/.snow && echo "()" > /root/.snow/config.scm
|
||||||
|
|
||||||
RUN snow-chibi install --impls=${SCHEME} --skip-tests?=1 --always-yes srfi.64
|
RUN snow-chibi install --impls=${SCHEME} --skip-tests?=1 --always-yes srfi.64
|
||||||
|
RUN snow-chibi install --impls=${SCHEME} --skip-tests?=1 --always-yes retropikzel.mouth
|
||||||
RUN snow-chibi install --impls=${SCHEME} --skip-tests?=1 --always-yes retropikzel.ctrf
|
RUN snow-chibi install --impls=${SCHEME} --skip-tests?=1 --always-yes retropikzel.ctrf
|
||||||
|
|
||||||
WORKDIR /workdir
|
WORKDIR /workdir
|
||||||
ARG SCHEME=chibi
|
ARG SCHEME=chibi
|
||||||
ENV COMPILE_R7RS=${SCHEME}
|
ENV COMPILE_R7RS=${SCHEME}
|
||||||
RUN snow-chibi install --impls=${SCHEME} --always-yes srfi.64
|
|
||||||
RUN snow-chibi install --impls=${SCHEME} --always-yes retropikzel.mouth
|
|
||||||
RUN snow-chibi install --impls=${SCHEME} --always-yes retropikzel.ctrf
|
|
||||||
COPY Makefile .
|
COPY Makefile .
|
||||||
COPY retropikzel retropikzel/
|
COPY retropikzel retropikzel/
|
||||||
RUN make retropikzel/wasm/plus.wasm
|
RUN make retropikzel/wasm/plus.wasm
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue