The Meson Build System
http://mesonbuild.com/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
60 lines
1.3 KiB
60 lines
1.3 KiB
- 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
|
|
|