Add tests to test implementations git head too
This commit is contained in:
parent
2087b704ee
commit
690289d81d
|
@ -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: >
|
- script: >
|
||||||
multibranchPipelineJob('r7rs/r7rs-tests') {
|
multibranchPipelineJob('r7rs/r7rs-tests') {
|
||||||
displayName: 'r7rs-tests'
|
displayName: 'r7rs-tests'
|
||||||
|
|
Loading…
Reference in New Issue