aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjpakkane <jpakkane@gmail.com>2015-06-14 14:44:57 +0300
committerjpakkane <jpakkane@gmail.com>2015-06-14 14:44:57 +0300
commit2c3986796eaa9265deaae34ccb7b09bfb3b32df8 (patch)
tree4e764af27c615fd1e3410cf6f074fca5133ca30c
parentdb1c8dd79f86932e6bbf83273c443cf6ddab550a (diff)
parentb76da59448563254eec915d7eecfab6e03bc2132 (diff)
downloadmeson-2c3986796eaa9265deaae34ccb7b09bfb3b32df8.zip
meson-2c3986796eaa9265deaae34ccb7b09bfb3b32df8.tar.gz
meson-2c3986796eaa9265deaae34ccb7b09bfb3b32df8.tar.bz2
Merge pull request #148 from ignatenkobrain/ci
jjb config transfered to separate repo
-rw-r--r--jjb-meson.yaml60
1 files changed, 0 insertions, 60 deletions
diff --git a/jjb-meson.yaml b/jjb-meson.yaml
deleted file mode 100644
index dd5d34e..0000000
--- a/jjb-meson.yaml
+++ /dev/null
@@ -1,60 +0,0 @@
-- 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