Speed up tests
This commit is contained in:
parent
a54bc367b0
commit
cbe6048d8e
|
|
@ -9,7 +9,7 @@ RUN cd chibi-scheme && make DESTDIR=/opt/chibi -j16 && make DESTDIR=/opt/chibi -
|
||||||
ARG SCHEME=chibi
|
ARG SCHEME=chibi
|
||||||
ARG IMAGE=chibi:head
|
ARG IMAGE=chibi:head
|
||||||
FROM docker.io/schemers/${IMAGE}
|
FROM docker.io/schemers/${IMAGE}
|
||||||
RUN apt-get update && apt-get install -y make pandoc libffi-dev
|
RUN apt-get update && apt-get install -y make gcc markdown libffi-dev
|
||||||
COPY --from=local-chibi /opt/chibi /opt/chibi
|
COPY --from=local-chibi /opt/chibi /opt/chibi
|
||||||
COPY --from=docker.io/retropikzel1/compile-r7rs /opt/compile-r7rs /opt/compile-r7rs
|
COPY --from=docker.io/retropikzel1/compile-r7rs /opt/compile-r7rs /opt/compile-r7rs
|
||||||
ARG SCHEME=chibi
|
ARG SCHEME=chibi
|
||||||
|
|
|
||||||
5
Makefile
5
Makefile
|
|
@ -63,10 +63,7 @@ ${TMPDIR}:
|
||||||
mkdir -p ${TMPDIR}
|
mkdir -p ${TMPDIR}
|
||||||
|
|
||||||
README.html: README.md
|
README.html: README.md
|
||||||
pandoc --metadata title="Foreign C" --standalone README.md > README.html
|
markdown README.md > README.html
|
||||||
|
|
||||||
foreign-c.pdf:
|
|
||||||
pandoc -f markdown -t pdf --pdf-engine=${PDFENGINE} README.md -o foreign-c.pdf
|
|
||||||
|
|
||||||
chibi: foreign/c/primitives/chibi/foreign-c.stub
|
chibi: foreign/c/primitives/chibi/foreign-c.stub
|
||||||
chibi-ffi foreign/c/primitives/chibi/foreign-c.stub
|
chibi-ffi foreign/c/primitives/chibi/foreign-c.stub
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue