aboutsummaryrefslogtreecommitdiffstats
path: root/.ci/uhd-pipeline.yml
diff options
context:
space:
mode:
Diffstat (limited to '.ci/uhd-pipeline.yml')
-rw-r--r--.ci/uhd-pipeline.yml12
1 files changed, 12 insertions, 0 deletions
diff --git a/.ci/uhd-pipeline.yml b/.ci/uhd-pipeline.yml
index 478cb23e6..09b100068 100644
--- a/.ci/uhd-pipeline.yml
+++ b/.ci/uhd-pipeline.yml
@@ -5,6 +5,15 @@
#
parameters:
+- name: build_linux
+ type: boolean
+ default: true
+- name: build_mac
+ type: boolean
+ default: true
+- name: build_win
+ type: boolean
+ default: true
- name: release_binaries
type: boolean
default: false
@@ -40,6 +49,9 @@ pr: none
extends:
template: templates/stages-uhd-pipeline.yml
parameters:
+ build_linux: ${{ parameters.build_linux }}
+ build_mac: ${{ parameters.build_mac }}
+ build_win: ${{ parameters.build_win }}
release_binaries: ${{ parameters.release_binaries }}
testLength: ${{ parameters.testLength }}
run_streaming_tests: ${{ parameters.run_streaming_tests }}