Making the build work

This commit is contained in:
retropikzel 2025-04-18 08:40:36 +03:00
parent d51d67bd8d
commit 1e75b8ecf4
1 changed files with 2 additions and 2 deletions

4
Jenkinsfile vendored
View File

@ -9,8 +9,8 @@ pipeline {
steps {
sh 'make'
sh 'make install'
sh 'make test-r6rs'
sh 'make test-r7rs'
sh 'make COMPILE_R7RS=${COMPILE_R7RS} test-r6rs'
sh 'make COMPILE_R7RS=${COMPILE_R7RS} test-r7rs'
}
}
stage("Test chez r6rs") {