New builds
This commit is contained in:
parent
001ed29b4a
commit
f3ca72f8f5
2
Makefile
2
Makefile
|
|
@ -51,7 +51,7 @@ package: retropikzel/${LIBRARY}/LICENSE retropikzel/${LIBRARY}/VERSION retropikz
|
||||||
${PKG}: package
|
${PKG}: package
|
||||||
|
|
||||||
install:
|
install:
|
||||||
snow-chibi install --impls=${SCHEME} ${PKG}
|
snow-chibi install --impls=${SCHEME} --always-yes ${PKG}
|
||||||
|
|
||||||
testfiles: ${PKG} ${TESTFILE}
|
testfiles: ${PKG} ${TESTFILE}
|
||||||
rm -rf ${tmpdir}
|
rm -rf ${tmpdir}
|
||||||
|
|
|
||||||
|
|
@ -10,7 +10,7 @@
|
||||||
"git clone https://github.com/ashinn/chibi-scheme.git --depth=1 || true"
|
"git clone https://github.com/ashinn/chibi-scheme.git --depth=1 || true"
|
||||||
"make -j8 -C chibi-scheme"
|
"make -j8 -C chibi-scheme"
|
||||||
"make -j8 -C chibi-scheme install"
|
"make -j8 -C chibi-scheme install"
|
||||||
"snow-chibi install retropikzel.compile-r7rs"))
|
"snow-chibi install --always-yes retropikzel.compile-r7rs"))
|
||||||
(library-stage
|
(library-stage
|
||||||
(lambda (scheme library-name)
|
(lambda (scheme library-name)
|
||||||
(list (string->symbol library-name)
|
(list (string->symbol library-name)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue