From 0cc897d344aff004bf69964513e41f7461f2cdc3 Mon Sep 17 00:00:00 2001 From: retropikzel Date: Wed, 9 Jul 2025 08:28:59 +0300 Subject: [PATCH] Fixing Jenkins tests --- Jenkinsfile | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Jenkinsfile b/Jenkinsfile index 5fff7cd..64e1da8 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -23,6 +23,16 @@ pipeline { } } } + } + } + } + } + stage('snow-chibi install tests') { + steps { + script { + def implementations = sh(script: 'docker run retropikzel1/compile-r7rs:chibi sh -c "compile-r7rs --list-r7rs-schemes"', returnStdout: true).split() + + implementations.each { implementation-> stage("${implementation} snow-chibi install test") { catchError(buildResult: 'SUCCESS', stageResult: 'FAILURE') { sh "timeout 600 docker build --build-arg SCHEME=${implementation} --tag=r7rs-pffi-test-${implementation} -f dockerfiles/Dockerfile.snow-chibi-install-test ."