diff options
author | Steven Koo <steven.koo@ni.com> | 2021-06-23 10:36:15 -0500 |
---|---|---|
committer | Aaron Rossetto <aaron.rossetto@ni.com> | 2021-06-24 07:30:08 -0500 |
commit | 0896071591ddf800a0e5a7de2cd7a124bbb441e9 (patch) | |
tree | d66d372563a117ce6ec0a223615029ae6ddf1262 /.ci/uhd-pipeline.yml | |
parent | abcaa3f6a983c832b2ff2873d30eebd3d35f3e9a (diff) | |
download | uhd-0896071591ddf800a0e5a7de2cd7a124bbb441e9.tar.gz uhd-0896071591ddf800a0e5a7de2cd7a124bbb441e9.tar.bz2 uhd-0896071591ddf800a0e5a7de2cd7a124bbb441e9.zip |
ci: Add trace builds to pipeline
Signed-off-by: Steven Koo <steven.koo@ni.com>
Diffstat (limited to '.ci/uhd-pipeline.yml')
-rw-r--r-- | .ci/uhd-pipeline.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.ci/uhd-pipeline.yml b/.ci/uhd-pipeline.yml index 39df8e6df..16854ab9b 100644 --- a/.ci/uhd-pipeline.yml +++ b/.ci/uhd-pipeline.yml @@ -40,6 +40,9 @@ stages: toolset: make - template: templates/job-uhd-build-src.yml parameters: + toolset: make_trace + - template: templates/job-uhd-build-src.yml + parameters: toolset: ninja - template: templates/job-uhd-build-src.yml parameters: |