Added r7rs testing repository
This commit is contained in:
parent
42f45fbd5e
commit
0c126c6d51
21
jenkins.yml
21
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'
|
||||
|
|
Loading…
Reference in New Issue