Add tests to test implementations git head too

This commit is contained in:
retropikzel 2024-10-25 10:43:08 +03:00
parent 2087b704ee
commit 690289d81d
1 changed files with 16 additions and 0 deletions

View File

@ -125,6 +125,22 @@ jobs:
}
}
}
- script: >
multibranchPipelineJob('r7rs/r7rs-srfi-head') {
displayName: 'R7RS-SRFI-head'
jenkinsfile: Jenkinsfile-head
branchSources {
git {
id('github')
remote('https://github.com/srfi-explorations/r7rs-srfi.git')
}
}
orphanedItemStrategy {
discardOldItems {
numToKeep(10)
}
}
}
- script: >
multibranchPipelineJob('r7rs/r7rs-tests') {
displayName: 'r7rs-tests'