-
Notifications
You must be signed in to change notification settings - Fork 318
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci,azure-pipelines: add ARM{64} Debian Buster builds
These ARM builds should work also on Raspberry Pi (starting with Raspbian Buster). These packages should install on newer (than Buster) Debian versions as well. Tested on a Raspbian that the libiio deb package installs and iio_info runs, and iiod starts (even though is started manually, but this requires some more work for packaging the service installation). Signed-off-by: Alexandru Ardelean <[email protected]>
- Loading branch information
Showing
3 changed files
with
18 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -107,6 +107,10 @@ handle_default() { | |
fi | ||
} | ||
|
||
handle_debian() { | ||
handle_default | ||
} | ||
|
||
setup_build_type_env_vars | ||
|
||
handle_${BUILD_TYPE} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters