From 4b9bec35c5509eff42dc1f516ef956cc6e92127a Mon Sep 17 00:00:00 2001 From: Michael Jeanson Date: Fri, 28 Oct 2016 15:23:28 -0400 Subject: [PATCH] jjb: Add macosx dev jobs to babeltrace Signed-off-by: Michael Jeanson --- jobs/babeltrace.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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] -- 2.34.1