Making the build work

This commit is contained in:
retropikzel 2025-04-18 08:19:44 +03:00
parent 37a44aeccf
commit 163169bf45
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -20,7 +20,7 @@ pipeline {
catchError(buildResult: 'SUCCESS', stageResult: 'FAILURE') {
sh 'apt-get update && apt-get install -y make libuv1'
sh 'make && make install'
sh 'make COMPILE_R7RS=chibi test-r6rs'
sh 'make COMPILE_R7RS=chezscheme test-r6rs'
}
}
}