diff options
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 481e5a03d..593ac20e9 100644 --- a/.ci/uhd-pipeline.yml +++ b/.ci/uhd-pipeline.yml @@ -40,6 +40,9 @@ stages: - template: templates/job-uhd-build-src.yml parameters: toolset: msbuild + - template: templates/job-uhd-build-src.yml + parameters: + toolset: ubuntu_deb - stage: test_uhd_stage displayName: Test UHD |