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: >
|
- script: >
|
||||||
folder('srfi_explorations') {
|
folder('r7rs') {
|
||||||
displayName: 'srfi-explorations'
|
displayName: 'r7rs'
|
||||||
}
|
}
|
||||||
- script: >
|
- script: >
|
||||||
multibranchPipelineJob('srfi_explorations/r7rs-srfi') {
|
multibranchPipelineJob('r7rs/r7rs-srfi') {
|
||||||
displayName: 'R7RS-SRFI'
|
displayName: 'R7RS-SRFI'
|
||||||
branchSources {
|
branchSources {
|
||||||
git {
|
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: >
|
- script: >
|
||||||
folder('r7rs_pffi') {
|
folder('r7rs_pffi') {
|
||||||
displayName: 'r7rs-pffi'
|
displayName: 'r7rs-pffi'
|
||||||
|
|
Loading…
Reference in New Issue