Making the build work

This commit is contained in:
retropikzel 2025-04-18 09:16:37 +03:00
parent 6ae3ee64d5
commit 3fc12871b7
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -90,7 +90,7 @@ pipeline {
steps { steps {
catchError(buildResult: 'SUCCESS', stageResult: 'FAILURE') { catchError(buildResult: 'SUCCESS', stageResult: 'FAILURE') {
sh 'make && make install' sh 'make && make install'
sh 'make test-r7rs' sh 'make test-r6rs'
} }
} }
} }