From f0ae43ad740335771b4c48a37b92b6f4b38f766a Mon Sep 17 00:00:00 2001 From: Steven Koo Date: Thu, 16 Dec 2021 11:17:57 -0600 Subject: ci: build on macOS This adds macOS build support using homebrew Signed-off-by: Steven Koo --- .ci/uhd-build-docker-container.yml | 5 +++++ 1 file changed, 5 insertions(+) (limited to '.ci/uhd-build-docker-container.yml') diff --git a/.ci/uhd-build-docker-container.yml b/.ci/uhd-build-docker-container.yml index 9a3e5082f..bbf0d4c61 100644 --- a/.ci/uhd-build-docker-container.yml +++ b/.ci/uhd-build-docker-container.yml @@ -55,6 +55,10 @@ variables: "{'Ubuntu-1804-builder':{'dockerOSName':'ubuntu1804','dockerImageName':'uhd-builder-ubuntu1804','ubuntuReleaseName':'bionic'}, 'Ubuntu-2004-builder':{'dockerOSName':'ubuntu2004','dockerImageName':'uhd-builder-ubuntu2004','ubuntuReleaseName':'focal'}}" +- name: macOSBuilders + value: + "{'macOS-1014-x64':{'buildOSName':'macOS-1014-x64', 'macOSVersionDemand':'10.14', 'macOSArchDemand': 'X64'}}" + - name: dockerImagePrefix value: 'rfsdr/' @@ -199,6 +203,7 @@ jobs: echo "${{ variables.linuxDockerImages }}" >> $(UHDPipelineDockerImageArtifactName) echo "${{ variables.winDockerImages }}" >> $(UHDPipelineDockerImageArtifactName) echo "${{ variables.ubuntuDebDockerImages }}" >> $(UHDPipelineDockerImageArtifactName) + echo "${{ variables.macOSBuilders }}" >> $(UHDPipelineDockerImageArtifactName) displayName: Generate created image list - task: PublishPipelineArtifact@1 inputs: -- cgit v1.2.3