mirror of
https://github.com/espressif/openthread.git
synced 2026-08-30 22:09:54 +00:00
[continuous-integration] add POSIX SPI build (#4913)
This adds a CI build for POSIX platform with SPI enabled. Also fixed a build error in `spi_interface.cpp`.
This commit is contained in:
@@ -154,7 +154,7 @@ jobs:
|
||||
- name: Bootstrap
|
||||
run: |
|
||||
sudo apt update
|
||||
sudo apt --no-install-recommends install -y clang-${{ matrix.clang_ver }} clang++-${{ matrix.clang_ver }} g++-multilib
|
||||
sudo apt --no-install-recommends install -y clang-${{ matrix.clang_ver }} clang++-${{ matrix.clang_ver }} g++-multilib ninja-build
|
||||
- name: Build
|
||||
run: |
|
||||
script/check-posix-build
|
||||
|
||||
Reference in New Issue
Block a user