From 09125f99b535ce66a2ec055c0a94a23d51df38a3 Mon Sep 17 00:00:00 2001 From: Raluca Groza Date: Wed, 16 Aug 2023 15:13:53 +0300 Subject: [PATCH] CI:comment macOSBuilds Comment macOSBuilds until we will have fixes from the development. Signed-off-by: Raluca Groza --- azure-pipelines.yml | 95 +++++++++++++++++++++++---------------------- 1 file changed, 48 insertions(+), 47 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 51a7cb9f..f0370684 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -172,51 +172,52 @@ stages: artifactName: '$(artifactName)' ######################################### + # !!! Uncomment macOSBuilds when will be added fixes on development side !!! - - job: macOSBuilds - strategy: - matrix: - macOS_11: - imageName: 'macOS-11' - artifactName: 'macOS-11' - 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_11: + #imageName: 'macOS-11' + #artifactName: 'macOS-11' + #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)'