Testing dynamic Jenkinsfile
This commit is contained in:
parent
e141b7fa4e
commit
d2fbc94c18
|
|
@ -20,7 +20,8 @@ pipeline {
|
|||
script {
|
||||
implementations.each { implementation ->
|
||||
stage("${implementation} primitives") {
|
||||
sh "make test-compile-r7rs-docker COMPILE_R7RS=${implementation} TESTNAME=primitives"
|
||||
sh "docker build --build-arg COMPILE_R7RS=${COMPILE_R7RS} --tag=r7rs-pffi-test-${COMPILE_R7RS} -f Dockerfile.test ."
|
||||
sh "docker run -v ${PWD}:/workdir -w /workdir -t r7rs-pffi-test-${COMPILE_R7RS} sh -c \"make COMPILE_R7RS=${COMPILE_R7RS} TESTNAME=${TESTNAME} test-compile-r7rs\""
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue