Add job to test the autoupdate

This commit is contained in:
retropikzel 2024-09-28 15:02:59 +03:00
parent 1b7fed4718
commit 5eba305257
1 changed files with 19 additions and 0 deletions

View File

@ -82,3 +82,22 @@ jobs:
}
}
}
- script: >
folder('srfi_explorations') {
displayName: 'srfi-explorations'
}
- script: >
multibranchPipelineJob('srfi_explorations/build') {
displayName: 'R7RS-SRFI'
branchSources {
git {
id('github')
remote('https://github.com/schemeorg-community/index.scheme.or://github.com/srfi-explorations/r7rs-srfi.git')
}
}
orphanedItemStrategy {
discardOldItems {
numToKeep(10)
}
}
}