From 0c126c6d512c227948f26316417c0e5c6a4623b9 Mon Sep 17 00:00:00 2001 From: retropikzel Date: Sat, 5 Oct 2024 11:55:31 +0300 Subject: [PATCH] Added r7rs testing repository --- jenkins.yml | 21 ++++++++++++++++++--- 1 file changed, 18 insertions(+), 3 deletions(-) diff --git a/jenkins.yml b/jenkins.yml index cd4213f..d004326 100644 --- a/jenkins.yml +++ b/jenkins.yml @@ -106,11 +106,11 @@ jobs: } } - script: > - folder('srfi_explorations') { - displayName: 'srfi-explorations' + folder('r7rs') { + displayName: 'r7rs' } - script: > - multibranchPipelineJob('srfi_explorations/r7rs-srfi') { + multibranchPipelineJob('r7rs/r7rs-srfi') { displayName: 'R7RS-SRFI' branchSources { git { @@ -124,6 +124,21 @@ jobs: } } } + - script: > + multibranchPipelineJob('r7rs/r7rs-tests') { + displayName: 'r7rs-tests' + branchSources { + git { + id('github') + remote('https://github.com/Retropikzel/r7rs-tests.git') + } + } + orphanedItemStrategy { + discardOldItems { + numToKeep(10) + } + } + } - script: > folder('r7rs_pffi') { displayName: 'r7rs-pffi'