From 8843302691f7f4c0eb50384bfff6597aec24f7f5 Mon Sep 17 00:00:00 2001 From: Andreea Andrisan Date: Thu, 11 Apr 2024 18:15:56 +0300 Subject: [PATCH] test bookworm --- azure-pipelines.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 4a80814..85d8b31 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -54,6 +54,10 @@ jobs: image: 'tfcollins/libiio_debian_bullseye-ci:latest' artifactName: 'Linux-Debian-11' build_script: ci-debian.sh + debian_bookworm: + image: 'tfcollins/libiio_debian_bookworm-ci:latest' + artifactName: 'Linux-Debian-12' + build_script: ci-debian.sh centos_7: image: 'tfcollins/libiio_centos_7-ci:latest' artifactName: 'Linux-CentOS-7'