Skip to content

Commit

Permalink
TEST: look for breaking changes in latest commits
Browse files Browse the repository at this point in the history
Signed-off-by: Adrian Stanea <Adrian.Stanea@analog.com>
  • Loading branch information
Adrian-Stanea committed Oct 17, 2024
1 parent 29b8f1e commit 2222c0d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
2 changes: 1 addition & 1 deletion CI/ubuntu/install_deps
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ build_libiio() {
-DCPACK_SYSTEM_NAME=${ARTIFACTNAME} \
-DENABLE_PACKAGING=ON \
-DPYTHON_BINDINGS=ON \
-DPYTHON_EXECUTABLE:FILEPATH=$(python -c "import os, sys; print(os.path.dirname(sys.executable) + '/python')") \
-DPYTHON_EXECUTABLE:FILEPATH="$("$PYTHON" -c 'import os, sys; print(os.path.dirname(sys.executable) + "/python")')" \
-DWITH_DOC=ON \
-DWITH_MAN=ON \
-DWITH_SERIAL_BACKEND=ON
Expand Down
1 change: 0 additions & 1 deletion CI/ubuntu/make_linux
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ handle_default() {
-DENABLE_PYTHON=ON \
-DENABLE_TOOLS=ON \
-DPYTHON_EXECUTABLE:FILEPATH=$(python -c "import os, sys; print(os.path.dirname(sys.executable) + '/python')")

make
sudo python3 setup.py --command-packages=stdeb.command sdist_dsc
cd "$(find . -type d -name "debian" | head -n 1)"
Expand Down
12 changes: 6 additions & 6 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,12 @@ jobs:
# OS_TYPE: 'ubuntu_docker'
# OS_VERSION: focal
# artifactName: 'Linux-Ubuntu-20.04'
# ubuntu_22_04:
# imageName: 'ubuntu-22.04'
# OS_TYPE: 'ubuntu_docker'
# OS_VERSION: jammy
# artifactName: 'Linux-Ubuntu-22.04'
ubuntu_24_04:
ubuntu_22_04:
imageName: 'ubuntu-22.04'
OS_TYPE: 'ubuntu_docker'
OS_VERSION: jammy
artifactName: 'Linux-Ubuntu-22.04'
ubuntu_24_04:
imageName: 'ubuntu-24.04'
OS_TYPE: 'ubuntu_docker'
OS_VERSION: jammy
Expand Down

0 comments on commit 2222c0d

Please sign in to comment.