Skip to content

Commit

Permalink
azure-pipelines.yml: use v0- ADI artifacts
Browse files Browse the repository at this point in the history
to build osc on linux systems use artifcts generated on branches:
- libiio-v0
- libad9361-iio-v0
- libad9166-iio-v0

Signed-off-by: Cristina Suteu <[email protected]>
  • Loading branch information
cristina-suteu committed Oct 13, 2023
1 parent d60dc51 commit 4eef084
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ trigger:
- master
- staging/*
- 20*
- fix-azure-ci
tags:
include:
- v*
Expand Down Expand Up @@ -56,7 +57,7 @@ stages:
pipeline: $(libiioPipelineId)
artifact: '$(artifactName)'
runVersion: 'latestFromBranch'
runBranch: 'refs/heads/master'
runBranch: 'refs/heads/libiio-v0'
path: '$(Agent.BuildDirectory)/s/download/'
displayName: 'Get libiio artifacts'
- task: DownloadPipelineArtifact@2
Expand All @@ -66,7 +67,7 @@ stages:
pipeline: $(libad9361iioPipelineId)
artifact: '$(artifactName)'
runVersion: 'latestFromBranch'
runBranch: 'refs/heads/master'
runBranch: 'refs/heads/libad9361-iio-v0'
path: '$(Agent.BuildDirectory)/s/download/'
displayName: 'Get libad9361-iio artifacts'
- task: DownloadPipelineArtifact@2
Expand All @@ -76,7 +77,7 @@ stages:
pipeline: $(libad9166iioPipelineId)
artifact: '$(artifactName)'
runVersion: 'latestFromBranch'
runBranch: 'refs/heads/master'
runBranch: 'refs/heads/libad9166-iio-v0'
path: '$(Agent.BuildDirectory)/s/download/'
displayName: 'Get libad9166-iio artifacts'
- script: |
Expand Down Expand Up @@ -128,7 +129,7 @@ stages:
pipeline: $(libiioPipelineId)
artifact: '$(artifactName)'
runVersion: 'latestFromBranch'
runBranch: 'refs/heads/master'
runBranch: 'refs/heads/main'
path: '$(Agent.BuildDirectory)/s/download/'
displayName: 'Get libiio artifacts'
- task: DownloadPipelineArtifact@2
Expand Down

0 comments on commit 4eef084

Please sign in to comment.