From b4318a975ba94ee855798bd8cbe6c439636166c9 Mon Sep 17 00:00:00 2001 From: Andreea Andrisan Date: Mon, 8 Jul 2024 12:53:24 +0300 Subject: [PATCH] azure-pipelines.yml: macOS-12 not relevant for Kuiper releases Signed-off-by: Andreea Andrisan --- azure-pipelines.yml | 88 ++++++++++++++++++++++----------------------- 1 file changed, 44 insertions(+), 44 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index f5ca0f66..d9b7e83a 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -173,47 +173,47 @@ stages: ######################################### - - job: macOSBuilds - strategy: - matrix: - macOS_12: - imageName: 'macOS-12' - artifactName: 'macOS-12' - pool: - vmImage: $(imageName) - steps: - - checkout: self - fetchDepth: 1 - clean: true - - task: DownloadPipelineArtifact@2 - inputs: - source: 'specific' - project: '$(System.TeamProjectId)' - pipeline: $(libad9361iioPipelineId) - artifact: '$(artifactName)' - runVersion: 'latestFromBranch' - runBranch: 'refs/heads/master' - path: '$(Agent.BuildDirectory)/s/download/' - displayName: 'Get libad9361-iio artifacts' - - task: DownloadPipelineArtifact@2 - inputs: - source: 'specific' - project: '$(System.TeamProjectId)' - pipeline: $(libad9166iioPipelineId) - artifact: '$(artifactName)' - runVersion: 'latestFromBranch' - runBranch: 'refs/heads/master' - path: '$(Agent.BuildDirectory)/s/download/' - displayName: 'Get libad9166-iio artifacts' - - script: | - echo ${CMAKE_CXX_COMPILER_VERSION} - ./CI/azure/build_osc_darwin.sh install_deps - ./CI/azure/build_osc_darwin.sh install_adi_pkgs - displayName: "Install Dependencies" - - script: ./CI/azure/build_osc_darwin.sh build_osc - displayName: "Build" - - task: PublishPipelineArtifact@1 - condition: and(succeeded(), ne(variables['Build.Reason'], 'PullRequest')) - inputs: - targetPath: '$(Build.ArtifactStagingDirectory)' - artifactName: '$(artifactName)' + # - job: macOSBuilds + # strategy: + # matrix: + # macOS_12: + # imageName: 'macOS-12' + # artifactName: 'macOS-12' + # pool: + # vmImage: $(imageName) + # steps: + # - checkout: self + # fetchDepth: 1 + # clean: true + # - task: DownloadPipelineArtifact@2 + # inputs: + # source: 'specific' + # project: '$(System.TeamProjectId)' + # pipeline: $(libad9361iioPipelineId) + # artifact: '$(artifactName)' + # runVersion: 'latestFromBranch' + # runBranch: 'refs/heads/master' + # path: '$(Agent.BuildDirectory)/s/download/' + # displayName: 'Get libad9361-iio artifacts' + # - task: DownloadPipelineArtifact@2 + # inputs: + # source: 'specific' + # project: '$(System.TeamProjectId)' + # pipeline: $(libad9166iioPipelineId) + # artifact: '$(artifactName)' + # runVersion: 'latestFromBranch' + # runBranch: 'refs/heads/master' + # path: '$(Agent.BuildDirectory)/s/download/' + # displayName: 'Get libad9166-iio artifacts' + # - script: | + # echo ${CMAKE_CXX_COMPILER_VERSION} + # ./CI/azure/build_osc_darwin.sh install_deps + # ./CI/azure/build_osc_darwin.sh install_adi_pkgs + # displayName: "Install Dependencies" + # - script: ./CI/azure/build_osc_darwin.sh build_osc + # displayName: "Build" + # - task: PublishPipelineArtifact@1 + # condition: and(succeeded(), ne(variables['Build.Reason'], 'PullRequest')) + # inputs: + # targetPath: '$(Build.ArtifactStagingDirectory)' + # artifactName: '$(artifactName)'