Skip to content

Commit

Permalink
CI:add bullseye build
Browse files Browse the repository at this point in the history
Signed-off-by: Raluca Groza <[email protected]>
  • Loading branch information
ccraluca committed Aug 21, 2023
1 parent 8abd43e commit f51c7a1
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,10 @@ stages:
image: tfcollins/libiio_ubuntu_18_04-ci-arm-ppc:latest
arch: aarch64
artifactName: 'Ubuntu-arm64v8'
bullseye:
image: tfcollins/libiio_debian_bullseye-ci:latest
arch: x86_64
artifactName: 'Linux-Debian-11'
steps:
- checkout: self
fetchDepth: 1
Expand Down Expand Up @@ -164,14 +168,13 @@ stages:
- script: |
set -e
sudo docker run -m=4g --name iio-oscilloscope --platform "linux/$(arch)" -e ARTIFACTNAME=$(artifactName) -v "$(Agent.BuildDirectory)/s":"/ci" -v "/usr/bin/qemu-$(arch)-static":"/usr/bin/qemu-$(arch)-static" "$(image)" /bin/bash -c "cd /ci/ && chmod +x ./CI/azure/build_osc_arm.sh && ./CI/azure/build_osc_arm.sh install_apt_pkgs && ./CI/azure/build_osc_arm.sh install_gtkdatabox && ./CI/azure/build_osc_arm.sh install_adi_debs && ./CI/azure/build_osc_arm.sh build_osc"
sudo docker ps -a
displayName: "Install dependencies + build"
- task: PublishPipelineArtifact@1
inputs:
targetPath: '$(Build.ArtifactStagingDirectory)'
artifactName: '$(artifactName)'

#########################################
########################################
# !!! Uncomment macOSBuilds when will be added fixes on development side !!!

#- job: macOSBuilds
Expand Down

0 comments on commit f51c7a1

Please sign in to comment.