diff options
author | Steven Koo <steven.koo@ni.com> | 2021-12-16 11:17:57 -0600 |
---|---|---|
committer | Aaron Rossetto <aaron.rossetto@ni.com> | 2022-01-06 15:10:53 -0600 |
commit | f0ae43ad740335771b4c48a37b92b6f4b38f766a (patch) | |
tree | 6928ad7d8e576af7d0a31998a8a19958c8b14943 /.ci/templates/stages-uhd-pipeline.yml | |
parent | d0bd9f174195f9baca4c383b4c98acef983f0f88 (diff) | |
download | uhd-f0ae43ad740335771b4c48a37b92b6f4b38f766a.tar.gz uhd-f0ae43ad740335771b4c48a37b92b6f4b38f766a.tar.bz2 uhd-f0ae43ad740335771b4c48a37b92b6f4b38f766a.zip |
ci: build on macOS
This adds macOS build support using homebrew
Signed-off-by: Steven Koo <steven.koo@ni.com>
Diffstat (limited to '.ci/templates/stages-uhd-pipeline.yml')
-rw-r--r-- | .ci/templates/stages-uhd-pipeline.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.ci/templates/stages-uhd-pipeline.yml b/.ci/templates/stages-uhd-pipeline.yml index a67dbed97..462f73026 100644 --- a/.ci/templates/stages-uhd-pipeline.yml +++ b/.ci/templates/stages-uhd-pipeline.yml @@ -47,6 +47,9 @@ stages: parameters: toolset: msbuild release_binaries: ${{ parameters.release_binaries }} + - template: job-uhd-build-src.yml + parameters: + toolset: make_homebrew_macos - ${{ if parameters.custom_boost_version }}: - template: job-uhd-build-src.yml |