scheme-libraries/builds.json

19 lines
686 B
JSON

{
"builds": [
{
"name": "Chibi",
"image": "schemers/chibi:head",
"stages": [
{
"name": "Init",
"cmd": "apt-get update && apt-get install -y git ca-certificates gcc make libffi-dev && git clone https://github.com/ashinn/chibi-scheme.git --depth=1 && make -j8 -C chibi-scheme && make -j8 -C chibi-scheme install && snow-chibi install retropikzel.compile-r7rs"
},
{
"name": "tap",
"cmd": "COMPILE_R7RS=chibi compile-r7rs -o tap retropikzel/tap/test.scm && ./tap"
}
]
}
]
}