From 0a1be828cbc1d311eb48201ebc45dfb24ce82849 Mon Sep 17 00:00:00 2001 From: Steven Koo Date: Fri, 30 Jul 2021 13:38:05 -0500 Subject: ci: Refactor installers and add Windows support This commit refactors the uhd pipeline to have a new installer stage. This also adds Windows NSIS installers to pipelines. Signed-off-by: Steven Koo --- .ci/uhd-pipeline.yml | 7 +++++++ 1 file changed, 7 insertions(+) (limited to '.ci/uhd-pipeline.yml') diff --git a/.ci/uhd-pipeline.yml b/.ci/uhd-pipeline.yml index 30f44f4a5..8ea2eb4f5 100644 --- a/.ci/uhd-pipeline.yml +++ b/.ci/uhd-pipeline.yml @@ -4,6 +4,11 @@ # SPDX-License-Identifier: LGPL-3.0-or-later # +parameters: +- name: release_binaries + type: boolean + default: false + trigger: batch: true branches: @@ -24,3 +29,5 @@ pr: none extends: template: templates/stages-uhd-pipeline.yml + parameters: + release_binaries: ${{ parameters.release_binaries }} -- cgit v1.2.3