Making the build work

This commit is contained in:
retropikzel 2025-04-18 08:41:31 +03:00
parent c36470c2bd
commit 05d3d6c450
1 changed files with 2 additions and 2 deletions

4
Jenkinsfile vendored
View File

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