diff options
Diffstat (limited to '.ci/templates/stages-uhd-pipeline.yml')
-rw-r--r-- | .ci/templates/stages-uhd-pipeline.yml | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/.ci/templates/stages-uhd-pipeline.yml b/.ci/templates/stages-uhd-pipeline.yml index 401ea561f..effa25014 100644 --- a/.ci/templates/stages-uhd-pipeline.yml +++ b/.ci/templates/stages-uhd-pipeline.yml @@ -190,8 +190,8 @@ stages: parameters: toolset: make -- stage: build_uhd_installer_stage_linux - displayName: Build UHD Installers Linux +- stage: build_uhd_installer_stage_ubuntu + displayName: Build UHD Installers Ubuntu dependsOn: build_uhd_stage_linux jobs: - template: job-get-latest-uhd-docker.yml @@ -200,6 +200,17 @@ stages: toolset: ubuntu_deb installer: deb +- stage: build_uhd_installer_stage_fedora + displayName: Build UHD Installers Fedora + dependsOn: build_uhd_stage_linux + jobs: + - template: job-get-latest-uhd-docker.yml + - template: job-uhd-build-installer.yml + parameters: + toolset: fedora_rpm + installer: rpm + releaseBinaries: ${{ parameters.release_binaries }} + - stage: build_uhd_installer_stage_win displayName: Build UHD Installers Windows dependsOn: build_uhd_stage_win |