X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=jobs%2Flttng-ust.yaml;h=ca49441b36ba7e8123c8f98ed6a20a2223bc004c;hb=16d8c7c564b607f4e13798e70f62090f3701a6b4;hp=61c5b157bbd4d7139a26c14ff80a50bc7d9e8abe;hpb=53b2de9bd9320f609e81b377557f364f139d9d89;p=lttng-ci.git diff --git a/jobs/lttng-ust.yaml b/jobs/lttng-ust.yaml index 61c5b15..ca49441 100644 --- a/jobs/lttng-ust.yaml +++ b/jobs/lttng-ust.yaml @@ -17,7 +17,7 @@ scm: - git: - url: git://github.com/{github_user}/{github_name}.git + url: https://github.com/{github_user}/{github_name}.git browser: githubweb browser-url: https://github.com/{github_user}/{github_name} branches: @@ -108,7 +108,9 @@ target: 'deps' do-not-fingerprint: true - shell: - !include-raw-escape: scripts/lttng-ust/build.sh + !include-raw-escape: + - scripts/common/print.sh + - scripts/lttng-ust/build.sh ## Templates @@ -392,6 +394,14 @@ conf: !!python/tuple [std] liburcu_version: !!python/tuple [stable-0.12, master] filter: '' + - 'lttng-ust_{version}_{buildtype}': + buildtype: freebsdbuild + version: master + arch: !!python/tuple [freebsd] + build: !!python/tuple [std] + conf: !!python/tuple [agents] + liburcu_version: !!python/tuple [stable-0.12, master] + filter: '' - 'lttng-ust_{version}_cppcheck': version: master - 'lttng-ust_{version}_scan-build':