Adding docker build and push to Jenkins

This commit is contained in:
retropikzel 2025-09-14 08:37:17 +03:00
parent 8600a870e8
commit 14daada290
1 changed files with 2 additions and 2 deletions

View File

@ -9,8 +9,8 @@ RUN apt-get update && apt-get install -y \
pandoc pandoc
RUN git clone https://github.com/ashinn/chibi-scheme.git --depth=1 RUN git clone https://github.com/ashinn/chibi-scheme.git --depth=1
RUN cd chibi-scheme && make -j 16 && make -j 16 install RUN cd chibi-scheme && make -j 16 && make -j 16 install
RUN snow-chibi install "(foreign c)" RUN snow-chibi install --always-yes "(foreign c)"
RUN snow-chibi install "(srfi 170)" RUN snow-chibi install --always-yes "(srfi 170)"
WORKDIR /builddir WORKDIR /builddir
COPY Makefile . COPY Makefile .
COPY compile-r7rs.scm . COPY compile-r7rs.scm .