Skip to content

Commit

Permalink
CI:comment macOSBuilds
Browse files Browse the repository at this point in the history
Comment macOSBuilds until we will have fixes from the development.

Signed-off-by: Raluca Groza <raluca.groza@analog.com>
  • Loading branch information
ccraluca committed Aug 18, 2023
1 parent dfd75d7 commit 8abd43e
Showing 1 changed file with 48 additions and 47 deletions.
95 changes: 48 additions & 47 deletions azure-pipelines.yml
Expand Up @@ -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)'

0 comments on commit 8abd43e

Please sign in to comment.