From: Michael Jeanson Date: Fri, 28 Oct 2016 19:23:28 +0000 (-0400) Subject: jjb: Add macosx dev jobs to babeltrace X-Git-Url: http://git.lttng.org./?a=commitdiff_plain;h=4b9bec35c5509eff42dc1f516ef956cc6e92127a;hp=9eb09611b927b60c2ed394de859aa5ed003787bc;p=lttng-ci.git jjb: Add macosx dev jobs to babeltrace Signed-off-by: Michael Jeanson --- diff --git a/jobs/babeltrace.yaml b/jobs/babeltrace.yaml index 3a50579..d6786d3 100644 --- a/jobs/babeltrace.yaml +++ b/jobs/babeltrace.yaml @@ -330,4 +330,16 @@ arch: !!python/tuple [x86-32, x86-64] build: !!python/tuple [std, oot, dist] conf: !!python/tuple [std, static, python-bindings] + - 'dev_{user}_babeltrace_{version}_{buildtype}': + user: jgalar + github_user: jgalar + github_name: babeltrace + buildtype: macosxbuild + version: + - master-staging + - stable-1.4-staging + - stable-1.5-staging + arch: !!python/tuple [macosx] + build: !!python/tuple [std] + conf: !!python/tuple [std]