Testing dynamic Jenkinsfile

This commit is contained in:
retropikzel 2025-06-05 22:39:45 +03:00
parent 189920f2ed
commit d06046b16c
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -20,7 +20,7 @@ pipeline {
script { script {
implementations.each { implementation -> implementations.each { implementation ->
stage("${implementation} primitives") { stage("${implementation} primitives") {
echo "make test-compile-r7rs-docker COMPILE_R7RS=${implementation} TESTNAME=primitives" sh "make test-compile-r7rs-docker COMPILE_R7RS=${implementation} TESTNAME=primitives"
} }
} }
} }