Adding testing
This commit is contained in:
parent
1abd411162
commit
9bcb972c01
|
|
@ -7,6 +7,8 @@ WORKDIR /chibi-scheme
|
||||||
RUN make
|
RUN make
|
||||||
RUN make install
|
RUN make install
|
||||||
WORKDIR /compile-r7rs
|
WORKDIR /compile-r7rs
|
||||||
RUN make
|
RUN snow-chibi install --always-yes "(foreign c)"
|
||||||
|
RUN snow-chibi install --always-yes "(srfi 170)"
|
||||||
|
RUN make build-chibi
|
||||||
RUN make install
|
RUN make install
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue