Add r7rs-pffi job

This commit is contained in:
retropikzel 2024-09-29 07:02:20 +03:00
parent f641cbe16e
commit 5e63c82e82
1 changed files with 19 additions and 0 deletions

View File

@ -101,3 +101,22 @@ jobs:
}
}
}
- script: >
folder('r7rs_pffi') {
displayName: 'r7rs-pffi'
}
- script: >
multibranchPipelineJob('r7rs-pffi/r7rs-pffi') {
displayName: 'r7rs-pffi'
branchSources {
git {
id('github')
remote('https://git.sr.ht/~retropikzel/r7rs-pffi')
}
}
orphanedItemStrategy {
discardOldItems {
numToKeep(10)
}
}
}