New builds

This commit is contained in:
retropikzel 2026-07-22 17:43:46 +03:00
parent 71778bf94c
commit 0098ae98e8
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -33,7 +33,7 @@ pipeline {
steps {
sh "apt-get update && apt-get install -y git ca-certificates gcc make libffi-dev"
sh "git clone https://github.com/ashinn/chibi-scheme.git --depth=1"
sh "rake -j8 -C chibi-scheme"
sh "make -j8 -C chibi-scheme"
sh "make -j8 -C chibi-scheme install"
sh "snow-chibi install retropikzel.compile-r7rs"
script {