Fix jenkins tests
This commit is contained in:
parent
b6d3b42ef8
commit
5fc5c98c3c
|
|
@ -1,2 +1,5 @@
|
|||
FROM debian:trixie
|
||||
RUN apt-get update && apt-get -y install make docker.io git
|
||||
RUN git clone https://github.com/ashinn/chibi-scheme.git --depth=1
|
||||
RUN cd chibi-scheme && make && make install
|
||||
RUN snow-chibi install --impls=chibi --always-yes test-r7rs
|
||||
|
|
|
|||
Loading…
Reference in New Issue