Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>pull/116/head
parent
64f2b4b3de
commit
88d5eec9e7
1 changed files with 60 additions and 0 deletions
@ -0,0 +1,60 @@ |
|||||||
|
- scm: |
||||||
|
name: meson |
||||||
|
scm: |
||||||
|
- git: |
||||||
|
url: https://github.com/jpakkane/meson |
||||||
|
branches: |
||||||
|
- origin/master |
||||||
|
|
||||||
|
- scm: |
||||||
|
name: meson-request |
||||||
|
scm: |
||||||
|
- git: |
||||||
|
url: https://github.com/jpakkane/meson |
||||||
|
refspec: +refs/pull/*:refs/remotes/origin/pr/* |
||||||
|
branches: |
||||||
|
- ${sha1} |
||||||
|
|
||||||
|
- job: |
||||||
|
name: 'meson' |
||||||
|
properties: |
||||||
|
- github: |
||||||
|
url: https://github.com/jpakkane/meson/ |
||||||
|
scm: |
||||||
|
- meson |
||||||
|
triggers: |
||||||
|
- github |
||||||
|
builders: |
||||||
|
- shell: "./run_tests.py" |
||||||
|
publishers: |
||||||
|
- junit: |
||||||
|
results: meson-test-run.xml |
||||||
|
- github-notifier |
||||||
|
- email: |
||||||
|
recipients: i.gnatenko.brain@gmail.com jpakkane@gmail.com |
||||||
|
|
||||||
|
- job: |
||||||
|
name: 'meson-request' |
||||||
|
properties: |
||||||
|
- github: |
||||||
|
url: https://github.com/jpakkane/meson/ |
||||||
|
parameters: |
||||||
|
- string: |
||||||
|
name: ${sha1} |
||||||
|
scm: |
||||||
|
- meson-request |
||||||
|
triggers: |
||||||
|
- github-pull-request: |
||||||
|
admin-list: |
||||||
|
- jpakkane |
||||||
|
- ignatenkobrain |
||||||
|
github-hooks: true |
||||||
|
permit-all: true |
||||||
|
builders: |
||||||
|
- shell: "./run_tests.py" |
||||||
|
publishers: |
||||||
|
- junit: |
||||||
|
results: meson-test-run.xml |
||||||
|
- github-notifier |
||||||
|
- email: |
||||||
|
recipients: i.gnatenko.brain@gmail.com jpakkane@gmail.com |
Loading…
Reference in new issue