[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:
Moandor
2020-04-30 10:42:44 -07:00
committed by GitHub
parent 4cf2abc24e
commit 8d6610f3d5
7 changed files with 86 additions and 12 deletions
+1 -1
View File
@@ -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